Skip to content

Split workflows

Split workflows #3

name: CI Pull Request
on:
workflow_dispatch:
pull_request:
branches: ["main"]
jobs:
build:
uses: ./.github/workflows/build.yaml
validate-requirements:
needs: build
uses: ./.github/workflows/validate-requirements.yaml

Check failure on line 14 in .github/workflows/ci-pull-request.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-pull-request.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci-pull-request.yaml" -> "./.github/workflows/validate-requirements.yaml" : failed to fetch workflow: workflow was not found.
lint:
needs: build
uses: ./.github/workflows/lint.yaml
test:
needs: build
uses: ./.github/workflows/test.yaml