Skip to content

Commit

Permalink
10
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Nov 14, 2023
1 parent a5d6ae5 commit 6a556f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dispatch_all_jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:

steps:
- uses: ./.github/workflows/lint.yaml
if: ${{ matrix.workflow == 'lint'
if: ${{ matrix.workflow == 'lint' }}
secrets: inherit

- uses: ./.github/workflows/document.yaml
if: ${{ matrix.workflow == 'document'}}
if: ${{ matrix.workflow == 'document' }}
secrets: inherit

- uses: ./.github/workflows/pkgdown.yaml
if: ${{ matrix.workflow == 'pkgdown'}}
if: ${{ matrix.workflow == 'pkgdown' }}
with:
event_name: ${{ inputs.event_name }}
run_id: ${{ inputs.run_id }}
Expand Down

0 comments on commit 6a556f9

Please sign in to comment.