Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/aws-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
runs-on: ubuntu-latest
# only remove the image artifacts if the build was successful
# (this allows a re-build of failed jobs until for the time of the retention period)
if: success()
if: always() && !failure() && !cancelled()
needs: push
steps:
- uses: geekyeggo/delete-artifact@v5
Expand Down
Loading