Skip to content

Commit 24ce23a

Browse files
committed
CI: Disable fail-fast on all jobs
1 parent 4bb28f6 commit 24ce23a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ jobs:
112112

113113
run-dita:
114114
runs-on: ubuntu-24.04
115-
116115
steps:
117116
- name: Initialize
118117
uses: actions/checkout@v5
@@ -304,6 +303,7 @@ jobs:
304303
name: Windows Integration
305304
runs-on: windows-2025
306305
strategy:
306+
fail-fast: false
307307
matrix:
308308
ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
309309
env:
@@ -333,6 +333,7 @@ jobs:
333333
name: Windows Agentless
334334
runs-on: windows-2025
335335
strategy:
336+
fail-fast: false
336337
matrix:
337338
ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
338339
env:
@@ -362,6 +363,7 @@ jobs:
362363
name: SSH Transport
363364
runs-on: ubuntu-24.04
364365
strategy:
366+
fail-fast: false
365367
matrix:
366368
ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
367369
steps:
@@ -389,6 +391,7 @@ jobs:
389391
name: Docker Transport
390392
runs-on: ubuntu-24.04
391393
strategy:
394+
fail-fast: false
392395
matrix:
393396
ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
394397
steps:
@@ -413,6 +416,7 @@ jobs:
413416
name: Linux Integration
414417
runs-on: ubuntu-24.04
415418
strategy:
419+
fail-fast: false
416420
matrix:
417421
ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
418422
steps:

0 commit comments

Comments
 (0)