Skip to content

chore(repo): re-org workflows and limit runs to relative changes #1

chore(repo): re-org workflows and limit runs to relative changes

chore(repo): re-org workflows and limit runs to relative changes #1

Workflow file for this run

name: CI - All zkVMs
on:
push:
branches: ["main"]
paths:
- "pipelines/**"
- "harness/**"
pull_request:
env:
CARGO_TERM_COLOR: always
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build-test-native:
uses: ./.github/workflows/ci-native.yml
build-test-risc0:
uses: ./.github/workflows/ci-risc0.yml
build-test-sp1:
uses: ./.github/workflows/ci-sp1.yml
build-test-sgx-all:
uses: ./.github/workflows/ci-ngx-all.yml

Check failure on line 30 in .github/workflows/ci-zkVMs.yml

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/ci-zkVMs.yml" -> "./.github/workflows/ci-ngx-all.yml" : failed to fetch workflow: workflow was not found.