mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-05 23:07:42 -05:00
Make it possible to run CI manually if DISABLE_GODOT_CI is set.
This commit is contained in:
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.
|
||||
|
||||
static-checks:
|
||||
if: "!vars.DISABLE_GODOT_CI"
|
||||
if: ${{ !vars.DISABLE_GODOT_CI || github.run_attempt > 1 }}
|
||||
name: 📊 Static checks
|
||||
uses: ./.github/workflows/static_checks.yml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user