Skip to content

Commit 8fe5184

Browse files
committed
Daily github actions should ignore warning for same version
1 parent bb87d2e commit 8fe5184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check-daily.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Check
2828
run: |
2929
options(crayon.enabled = TRUE)
30-
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
30+
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "error", check_dir = "check")
3131
shell: Rscript {0}
3232

3333
- name: Test live dataverse in vignettes

0 commit comments

Comments
 (0)