From af99b6fc621ec4887dae95fbe43181cb015d8f0e Mon Sep 17 00:00:00 2001 From: Leonardo Collado Torres Date: Sat, 6 May 2023 22:49:26 -0400 Subject: [PATCH] Disable vignette checks on GHA. Directly related to https://github.com/Bioconductor/BiocCheck/issues/192 --- .github/workflows/check-bioc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index 506fca8..0ecd734 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -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}