We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DISABLE_GODOT_CI
1 parent 428a762 commit e0f8943Copy full SHA for e0f8943
.github/workflows/runner.yml
@@ -9,7 +9,7 @@ jobs:
9
# First stage: Only static checks, fast and prevent expensive builds from running.
10
11
static-checks:
12
- if: "!vars.DISABLE_GODOT_CI"
+ if: ${{ !vars.DISABLE_GODOT_CI || github.run_attempt > 1 }}
13
name: 📊 Static checks
14
uses: ./.github/workflows/static_checks.yml
15
0 commit comments