Skip to content

Commit 6bab70e

Browse files
Merge pull request #6563 from cylc/8.4.x-sync
🤖 Merge 8.4.x-sync into master
2 parents e05c8c1 + 2cf06ed commit 6bab70e

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/bash.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
timeout-minutes: 15
3838
strategy:
39+
fail-fast: false
3940
matrix:
4041
bash-version:
4142
- '3.2'

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
timeout-minutes: 10
1818
strategy:
19+
fail-fast: false
1920
matrix:
2021
os: ['ubuntu-latest']
2122
python: ['3.8', '3.9', '3.10', '3.11']

.github/workflows/test_conda-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 10
2121
strategy:
22+
fail-fast: false
2223
matrix:
2324
python-version: ['3.8', '3']
2425
env:

.github/workflows/test_tutorial_workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ concurrency:
2020
jobs:
2121
test:
2222
strategy:
23+
fail-fast: false
2324
matrix:
2425
include:
2526
- os: 'ubuntu-latest'

0 commit comments

Comments
 (0)