Skip to content

Commit

Permalink
Enable fail-fast strategy in Docker build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro committed Jan 26, 2025
1 parent 6908969 commit ba41a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: write
packages: write
strategy:
fail-fast: false
fail-fast: true
matrix:
include:
#- context: "naev-artwork/blender2.79b"
Expand Down

0 comments on commit ba41a1d

Please sign in to comment.