Skip to content

Commit

Permalink
5
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Nov 14, 2023
1 parent e29cf95 commit 1fbd2bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
workflow: [lint, document]
uses: ./.github/workflows/dispatch.yaml
uses: ./.github/workflows/all_jobs.yaml
with:
job: ${{ matrix.workflow }}
event_name: ${{ inputs.event_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_AEF-DDF-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: Run all AEF-DDF workflows

jobs:
all-aef-ddf-workflows:
uses: ./.github/workflows/AEF-DDF-all.yaml
uses: ./.github/workflows/dispatch_all_jobs.yaml
with:
event_name: ${{ github.event_name }}
run_id: ${{ github.run_id }}
Expand Down

0 comments on commit 1fbd2bf

Please sign in to comment.