Skip to content

Commit

Permalink
chore: fail fast to true
Browse files Browse the repository at this point in the history
Signed-off-by: Yukai Huang <[email protected]>
  • Loading branch information
Yukaii committed Feb 1, 2024
1 parent 326386d commit 4bbbeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
build:
strategy:
fail-fast: false
fail-fast: true
matrix:
include:
- os: ubuntu-latest
Expand Down

0 comments on commit 4bbbeee

Please sign in to comment.