Skip to content

Commit

Permalink
f added aef-dff
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Nov 14, 2023
1 parent 984c62d commit 32710a0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/AEF-DDF-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
strategy:
matrix:
workflow: [lint, document]
steps:
- uses: ./.github/workflows/${{ matrix.workflow }}.yaml@main
with:
event_name: ${{ inputs.event_name }}
run_id: ${{ inputs.run_id }}
secrets: inherit
uses: ./.github/workflows/${{ matrix.workflow }}.yaml@main
with:
event_name: ${{ inputs.event_name }}
run_id: ${{ inputs.run_id }}
secrets: inherit


0 comments on commit 32710a0

Please sign in to comment.