Skip to content

Commit

Permalink
continue-on-error in "Download debs" step
Browse files Browse the repository at this point in the history
As we auto-enable DOWNLOAD_DEBS on subsequent builds, we should gracefully
handle the failure case that the first build didn't upload any debs.
Due to external changes, the next build might succeed anyway.
  • Loading branch information
rhaschke committed Sep 10, 2023
1 parent 4954c31 commit 3723010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
- name: Download debs from previous run
uses: actions/download-artifact@v3
if: inputs.DOWNLOAD_DEBS
continue-on-error: true
with:
name: debs
path: ${{ env.DEBS_PATH }}
Expand Down

0 comments on commit 3723010

Please sign in to comment.