Skip to content
on:
workflow_call:
inputs:
event_name:
required: true
type: string
run_id:
required: true
type: string
jobs:
ddf_workflows:
strategy:
matrix:
workflow: [./.github/workflows/lint.yaml, ./.github/workflows/document.yaml, ./.github/workflows/pkgdown.yaml]
uses: ${{ matrix.workflow }}

Check failure on line 16 in .github/workflows/dispatch_all_jobs.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/dispatch_all_jobs.yaml

Invalid workflow file

invalid value workflow reference: no version specified
with:
event_name: ${{ inputs.event_name }}
run_id: ${{ inputs.run_id }}
secrets: inherit