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

This commit is contained in:
Max Hilbrunner
2025-01-30 14:52:22 +01:00
parent 3b504d2eca
commit 8b00904332

View File

@@ -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