Skip to content

Commit d328bcc

Browse files
Add fail-fast: false (#61)
1 parent e922048 commit d328bcc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-lint-and-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
update-translation:
1313
runs-on: ubuntu-latest
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
version: [3.13, 3.12, 3.11, '3.10', 3.9]
1718
steps:
@@ -61,6 +62,7 @@ jobs:
6162
lint:
6263
runs-on: ubuntu-latest
6364
strategy:
65+
fail-fast: false
6466
matrix:
6567
version: [3.13, 3.12, 3.11]
6668
needs: ['update-translation']
@@ -78,6 +80,7 @@ jobs:
7880
build-translation:
7981
runs-on: ubuntu-latest
8082
strategy:
83+
fail-fast: false
8184
matrix:
8285
version: [3.13, 3.12, 3.11, '3.10', 3.9, 3.8]
8386
format: [html, latex]

0 commit comments

Comments
 (0)