Skip to content

Commit 4b5d918

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

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-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/local_transport.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30+
fail-fast: false
3031
os: [ubuntu-22.04, windows-latest]
3132
ruby: [3.2]
3233
runs-on: ${{ matrix.os }}

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