Skip to content

Commit

Permalink
Disable vignette checks on GHA. Directly related to Bioconductor/Bioc…
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed May 7, 2023
1 parent 2383d3a commit af99b6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ jobs:
`quit-with-status` = TRUE,
`no-check-R-ver` = TRUE,
`no-check-bioc-help` = TRUE,
`no-check-coding-practices` = TRUE
`no-check-coding-practices` = TRUE,
`no-check-vignettes` = TRUE
)
shell: Rscript {0}

Expand Down

0 comments on commit af99b6f

Please sign in to comment.