Skip to content

Commit e5727e8

Browse files
committed
CI: fail-fast: true [skip ci]
1 parent 0bc1d72 commit e5727e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deps-linuxdeploy-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
platform: ['linux/amd64', 'linux/arm64', 'linux/arm/v7']
26-
fail-fast: false
26+
fail-fast: true
2727
steps:
2828
-
2929
name: Prepare

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
platform: ['linux/amd64', 'linux/arm64', 'linux/arm/v7']
26-
fail-fast: false
26+
fail-fast: true
2727
steps:
2828
-
2929
name: Prepare

0 commit comments

Comments
 (0)