Compare commits

..

2 Commits

Author SHA1 Message Date
2923407e90 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
2026-01-25 20:35:33 +01:00
ee5844f603 putting back old checkout version for the bump tag job because auth is broken
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 43s
Create tag and build when new code gets to main / Test (push) Successful in 8m10s
Create tag and build when new code gets to main / Export (push) Failing after 10m9s
2026-01-25 20:15:51 +01:00

View File

@@ -19,7 +19,7 @@ jobs:
tag_name: ${{ steps.bump-tag.outputs.new_tag }}
steps:
- name: Check out repository code
uses: actions/checkout@v6
uses: actions/checkout@v4
with:
lfs: false
- name: Remove buggy pre-push hook
@@ -80,7 +80,9 @@ jobs:
Export:
runs-on: ubuntu-latest
needs: BumpTag
needs:
- BumpTag
- Test # Wait for tests to finish
container:
image: barichello/godot-ci:mono-4.5