Skip to content
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branch: [main, master]
pull_request:
branch: [main, master]
release:
types: [published]
workflow_dispatch:
name: Run all AEF-DDF workflows
jobs:
all-aef-ddf-workflows:
uses: ./.github/workflows/AEF-DDF-all.yaml

Check failure on line 16 in .github/workflows/test_AEF-DDF-all.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test_AEF-DDF-all.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/test_AEF-DDF-all.yaml" -> "./.github/workflows/AEF-DDF-all.yaml" (source branch with sha:a638089377f8ac2d9a0cc2a026e5071ce76a813d) --> "./.github/workflows/${{ matrix.workflow }}.yaml" : failed to fetch workflow: workflow was not found.
with:
event_name: ${{ github.event_name }}
run_id: ${{ github.run_id }}
secrets: inherit