Skip to content

Commit 11a7f9d

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

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.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)