Skip to content

Workflow file for this run

name: sched
on:
schedule:
- cron: '0 */1 * * *'
jobs:
run:
uses: ./.github/workflows/test.yaml

Check failure on line 9 in .github/workflows/sched.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/sched.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/sched.yaml" -> "./.github/workflows/test.yaml" (source branch with sha:6db11d4e339132dd7142dd86d2101ccebebbc7ad) : workflow is not reusable as it is missing a `on.workflow_call` trigger
secrets: inherit