Skip to content

refactor: extract current github jobs for reuse #2121

refactor: extract current github jobs for reuse

refactor: extract current github jobs for reuse #2121

Workflow file for this run

name: CI Pipeline
on:
push:
paths-ignore:
- "trace-viewer/**"
- ".github/workflows/frontend.yml"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
doctest:
uses: ./.github/workflows/python/doctest.yml

Check failure on line 14 in .github/workflows/github-actions.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/github-actions.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
lint:
uses: ./.github/workflows/python/lint.yml
test:
uses: ./.github/workflows/python/test.yml
run-notebooks:
uses: ./.github/workflows/python/run_notebooks.yml