Skip to content

Commit 8b00904

Browse files
committed
GH: Don't cancel other offline builds if one fails
1 parent 3b504d2 commit 8b00904

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
@@ -13,6 +13,8 @@ jobs:
1313
if: ${{ github.repository_owner == 'godotengine' || github.event_name != 'schedule' || vars.CI_OFFLINE_DOCS_CRON == 'true' }}
1414
runs-on: ubuntu-22.04
1515
strategy:
16+
max-parallel: 1
17+
fail-fast: false
1618
matrix:
1719
branch:
1820
- master

0 commit comments

Comments
 (0)