Skip to content

Update CI runners.

Update CI runners. #2

Workflow file for this run

name: run-ci
concurrency:
group: ${{ github.actor }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- main
jobs:
stage-1:
uses: ./.github/workflows/ci-stage-1.yml
stage-2:
uses: ./.github/workflows/ci-stage-2.yml

Check failure on line 16 in .github/workflows/ci-main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci-main.yml" -> "./.github/workflows/ci-stage-2.yml" : You have an error in your yaml syntax on line 17
needs: [stage-1]