Skip to content

Commit 8708711

Browse files
authored
Merge pull request #10582 from mhilbrunner/dont-cascade-offline-docs-build-fails
Github Action / Offline Docs Workflow: Don't cancel other offline builds if one fails
2 parents 08745d4 + 8b00904 commit 8708711

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_offline_docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
timeout-minutes: 180
1616
strategy:
17+
max-parallel: 1
18+
fail-fast: false
1719
matrix:
1820
branch:
1921
- master

0 commit comments

Comments
 (0)