Skip to content

Commit

Permalink
Update pre-pull-images.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Jan 2, 2025
1 parent a442279 commit d59df29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-pull-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ jobs:
name: Pre-pull Images Successful
runs-on: ubuntu-latest
steps:
- if: ${{ !contains(needs.*.result, 'success') }}
- if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }}
name: Check matrix status
run: exit 1

0 comments on commit d59df29

Please sign in to comment.