Skip to content

Commit

Permalink
Avoid failing check job due to delete merged artifact potential failu…
Browse files Browse the repository at this point in the history
…re (#219)
  • Loading branch information
ssbarnea authored Sep 18, 2024
1 parent ae2fd26 commit 560ddd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ jobs:
uses: actions/upload-artifact/merge@v4
with:
delete-merged: true
# this allows us to rerun the check job after a merge was already performed
continue-on-error: true

- name: Notify repository owners about changes affecting them
uses: sourcegraph/codenotify@v0.6.4
Expand Down

0 comments on commit 560ddd1

Please sign in to comment.