Skip to content

Commit

Permalink
fix(workflow-dispatcher): temporarily increase verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Dec 21, 2023
1 parent c91fe65 commit a401c8e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/workflow-dispatcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,15 @@ jobs:
needs.trigger.outputs.vignette_files_changed == 'true') }}
secrets: inherit

R-CMD-check-echo:
run: echo ${{ !contains(inputs.skip, 'R-CMD-check') &&
needs.trigger.outputs.main_branch_affected == 'true' && (
needs.trigger.outputs.R_files_changed == 'true' ||
needs.trigger.outputs.test_files_changed == 'true' ||
needs.trigger.outputs.description_changed == 'true' ||
needs.trigger.outputs.man_files_changed == 'true' ||
needs.trigger.outputs.vignette_files_changed == 'true') }}

code-coverage:
needs: trigger
uses: ./.github/workflows/code-coverage.yaml
Expand Down

0 comments on commit a401c8e

Please sign in to comment.