Skip to content

test ci

test ci #1

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
# Second stage: Run all the builds and some of the tests.
ci:
name: 🛠️ Continuous Integration
needs: static-checks
uses: ./.github/workflows/ci.yml

Check failure on line 21 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/ci.yml" (source branch with sha:d4f3b08b156cf497eba7172352df8bfd04ad270a) : workflow is not reusable as it is missing a `on.workflow_call` trigger