Browse Source

GH: Don't cancel other offline builds if one fails

Max Hilbrunner 6 months ago
parent
commit
8b00904332
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/build_offline_docs.yml

+ 2 - 0
.github/workflows/build_offline_docs.yml

@@ -13,6 +13,8 @@ jobs:
     if: ${{ github.repository_owner == 'godotengine' || github.event_name != 'schedule' || vars.CI_OFFLINE_DOCS_CRON == 'true' }}
     runs-on: ubuntu-22.04
     strategy:
+      max-parallel: 1
+      fail-fast: false
       matrix:
         branch:
           - master