fixing parallelization issue of the runner
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 26s
Create tag and build when new code gets to main / Test (push) Successful in 8m5s
Create tag and build when new code gets to main / Export (push) Failing after 6m17s

This commit is contained in:
2026-01-25 20:35:33 +01:00
parent ee5844f603
commit 2923407e90

View File

@@ -80,7 +80,9 @@ jobs:
Export: Export:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: BumpTag needs:
- BumpTag
- Test # Wait for tests to finish
container: container:
image: barichello/godot-ci:mono-4.5 image: barichello/godot-ci:mono-4.5