Skip to content

Commit

Permalink
undo inherit test
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Nov 14, 2023
1 parent 3af47ff commit 284675e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/workflow_dispatcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
test-coverage:
if: ${{ contains(inputs.jobs, 'coverage') }}
uses: ./.github/workflows/test-coverage.yaml
with: inherit
with:
schema_creation: ${{ inputs.schema_creation }}
secrets: inherit

document:
Expand All @@ -35,7 +36,9 @@ jobs:
pkgdown:
if: ${{ contains(inputs.jobs, 'pkgdown') }}
uses: ./.github/workflows/pkgdown.yaml
with: inherit
with:
event_name: ${{ inputs.event_name }}
run_id: ${{ inputs.run_id }}
secrets: inherit

readme:
Expand Down

0 comments on commit 284675e

Please sign in to comment.