Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d328bcc

Browse filesBrowse files
Add fail-fast: false (#61)
1 parent e922048 commit d328bcc
Copy full SHA for d328bcc

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

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

Copy file name to clipboardExpand all lines: .github/workflows/update-lint-and-build.yml
+3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.