Skip to content

Commit 4c5a574

Browse files
committed
Disable fail-fast in CI
We have enough CI resources, and we usually don't cancel jobs.
1 parent eece247 commit 4c5a574

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/apply.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
tests:
2626
name: Tests
2727
strategy:
28+
fail-fast: false
2829
matrix:
2930
os: [ubuntu-22.04, windows-latest]
3031
ruby: [3.2]

.github/workflows/bolt_server.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
tests:
2727
name: Tests
2828
strategy:
29+
fail-fast: false
2930
matrix:
3031
os: [ubuntu-22.04, windows-latest]
3132
ruby: [3.2]

.github/workflows/bolt_spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
tests:
2727
name: Tests
2828
strategy:
29+
fail-fast: false
2930
matrix:
3031
os: [ubuntu-22.04, windows-latest]
3132
ruby: [3.2]

.github/workflows/orch_transport.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
tests:
2626
name: Tests
2727
strategy:
28+
fail-fast: false
2829
matrix:
2930
os: [ubuntu-22.04, windows-latest]
3031
ruby: [3.2]

0 commit comments

Comments
 (0)