Skip to content

Workflow file for this run

name: fledge
on:
# for manual triggers
workflow_dispatch:
# daily run
schedule:
- cron: "0 8 * * *"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || github.sha }}-${{ github.base_ref || '' }}
cancel-in-progress: true
jobs:
call-dm-fledge:
uses: cynkra/dm/.github/workflows/fledge.yaml@main

Check failure on line 16 in .github/workflows/fledge.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/fledge.yml

Invalid workflow file

error parsing called workflow ".github/workflows/fledge.yml" -> "cynkra/dm/.github/workflows/fledge.yaml@main" (source branch with sha:8ad0bad6c0581aa719d1904dd794528bd514331d) : workflow is not reusable as it is missing a `on.workflow_call` trigger