Skip to content

Revive CI

Revive CI #1

Workflow file for this run

name: Continuous Integration (PR)
on:
pull_request:
paths-ignore:
- ".platform/**"
- "*.md"
push:
branches:
- main
workflow_dispatch: ~
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}-minimal
cancel-in-progress: true
jobs:
ci:
name: CI
uses: ./.github/workflows/ci.yaml

Check failure on line 20 in .github/workflows/ci__pr.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci__pr.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci__pr.yaml" -> "./.github/workflows/ci.yaml" : `get-matrix` is not a valid event name
with:
type: "pr"