Skip to content

Commit 1069cb1

Browse files
committed
Merge pull request godotengine#106438 from Ivorforce/ci-run-attempt-2
Make it possible to run CI manually if `DISABLE_GODOT_CI` is set.
2 parents 56cc2bb + e0f8943 commit 1069cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
# First stage: Only static checks, fast and prevent expensive builds from running.
1010

1111
static-checks:
12-
if: "!vars.DISABLE_GODOT_CI"
12+
if: ${{ !vars.DISABLE_GODOT_CI || github.run_attempt > 1 }}
1313
name: 📊 Static checks
1414
uses: ./.github/workflows/static_checks.yml
1515

0 commit comments

Comments
 (0)