Skip to content

.github/workflows/2020-all.yaml #3

.github/workflows/2020-all.yaml

.github/workflows/2020-all.yaml #3

Workflow file for this run

name: 2020-all
on:
workflow_dispatch:
jobs:
2020-part1:
uses: ./.github/workflows/2020-part1.yaml

Check failure on line 7 in .github/workflows/2020-all.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/2020-all.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/2020-all.yaml" -> "./.github/workflows/2020-part1.yaml" (source branch with sha:418c77b6782f645f389ab3964de4332047619c44) --> "./.github/workflows/2020-day08-cl.yaml" (source branch with sha:418c77b6782f645f389ab3964de4332047619c44) : workflow is not reusable as it is missing a `on.workflow_call` trigger
2020-part2:
uses: ./.github/workflows/2020-part2.yaml