Skip to content

Commit

Permalink
continue-on-error download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
austinEng authored Nov 7, 2023
1 parent 48d6926 commit ccc74d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
# Only download workspace artifacts on pull requests. CI builds should start from a fresh state.
- uses: actions/download-artifact@v3
if: ${{ github.event_name == 'pull_request' }}
continue-on-error: true
with:
name: workspace-${{ steps.strings.outputs.build-key }}
path: ${{ github.workspace }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
# Only download workspace artifacts on pull requests. CI builds should start from a fresh state.
- uses: actions/download-artifact@v3
if: ${{ github.event_name == 'pull_request' }}
continue-on-error: true
with:
name: workspace-${{ steps.strings.outputs.build-key }}
path: ${{ github.workspace }}
Expand Down

0 comments on commit ccc74d5

Please sign in to comment.