mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Make it possible to run CI manually if DISABLE_GODOT_CI
is set.
This commit is contained in:
parent
428a762e98
commit
e0f8943d1e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/runner.yml
vendored
2
.github/workflows/runner.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
# First stage: Only static checks, fast and prevent expensive builds from running.
|
# First stage: Only static checks, fast and prevent expensive builds from running.
|
||||||
|
|
||||||
static-checks:
|
static-checks:
|
||||||
if: "!vars.DISABLE_GODOT_CI"
|
if: ${{ !vars.DISABLE_GODOT_CI || github.run_attempt > 1 }}
|
||||||
name: 📊 Static checks
|
name: 📊 Static checks
|
||||||
uses: ./.github/workflows/static_checks.yml
|
uses: ./.github/workflows/static_checks.yml
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue