Skip to content

Commit 804bf31

Browse files
authored
Add continue-on-error to cache nuget packages step
1 parent 2683880 commit 804bf31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ jobs:
187187

188188
- name: Cache nuget packages
189189
if: steps.skip_check.outputs.should_skip != 'true'
190+
continue-on-error: true
190191
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
191192
env:
192193
cache-name: cache-nuget-modules

0 commit comments

Comments
 (0)