Skip to content

Commit b440d0f

Browse files
committed
Update R-CMD-check.yaml
1 parent ced6562 commit b440d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [main, master]
66
pull_request:
7-
branches: [main, master]
87

98
name: R-CMD-check.yaml
109

@@ -49,4 +48,5 @@ jobs:
4948
- uses: r-lib/actions/check-r-package@v2
5049
with:
5150
upload-snapshots: true
51+
args: 'c("--ignore-vignettes")'
5252
build_args: 'c("--no-manual", "--no-build-vignettes")'

0 commit comments

Comments
 (0)