Skip to content

Commit

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

document:
if: ${{ contains(inputs.jobs, "document") }}
if: ${{ contains(inputs.jobs, 'document') }}
uses: ./.github/workflows/document.yaml
secrets: inherit

lint:
if: ${{ contains(inputs.jobs, "lint") }}
if: ${{ contains(inputs.jobs, 'lint') }}
uses: ./.github/workflows/lint.yaml

pkgdown:
if: ${{ contains(inputs.jobs, "pkgdown") }}
if: ${{ contains(inputs.jobs, 'pkgdown') }}
uses: ./.github/workflows/pkgdown.yaml
secrets: inherit

0 comments on commit 1ba2854

Please sign in to comment.