Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit ba41a1d

Browse files
Enable fail-fast strategy in Docker build workflow
1 parent 6908969 commit ba41a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414
packages: write
1515
strategy:
16-
fail-fast: false
16+
fail-fast: true
1717
matrix:
1818
include:
1919
#- context: "naev-artwork/blender2.79b"

0 commit comments

Comments
 (0)