Skip to content

Update Blazium cpp

Update Blazium cpp #20

Workflow file for this run

name: 🔗 GHA
on:
push:
pull_request:
merge_group:
concurrency:
group: ci-${{ github.actor }}-${{ github.head_ref || github.run_number }}-${{ github.ref }}-runner
cancel-in-progress: true
jobs:
# First stage: Only static checks, fast and prevent expensive builds from running.
static-checks:
if: '!vars.DISABLE_GODOT_CI'
name: 📊 Static Checks
uses: ./.github/workflows/static_checks.yml

Check failure on line 18 in .github/workflows/runner.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/runner.yml

Invalid workflow file

error parsing called workflow ".github/workflows/runner.yml" -> "./.github/workflows/static_checks.yml" : workflow is not reusable as it is missing a `on.workflow_call` trigger
# Second stage: Run all the builds and some of the tests.
ci:
name: 🛠️ Continuous Integration
needs: static-checks
uses: ./.github/workflows/ci.yml