Skip to content

Commit 1987865

Browse files
committed
ci: make production-cran be run by CI
tags: ci - All merge request to production-cran need to be tested - pkgdown needs to be updated from production-cran
1 parent 2dc30fb commit 1987865

File tree

5 files changed

+14
-3
lines changed

5 files changed

+14
-3
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ on:
66
- main
77
- master
88
- tmate
9+
- production-cran
910
pull_request:
1011
branches:
1112
- main
1213
- master
14+
- production-cran
1315

1416
name: R-CMD-check-devel
1517

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ on:
66
- main
77
- master
88
- tmate
9+
- production-cran
910
pull_request:
1011
branches:
1112
- main
1213
- master
14+
- production-cran
1315

1416
name: R-CMD-check
1517

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33
on:
44
push:
5-
branches: [main, master]
5+
branches: [main, master, production-cran]
66
tags: ['*']
77

88
name: pkgdown

.github/workflows/test-coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33
on:
44
push:
5-
branches: [main, master]
5+
branches: [main, master, production-cran]
66
pull_request:
7-
branches: [main, master]
7+
branches: [main, master, production-cran]
88

99
name: test-coverage
1010

dev/cran-comments-history.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# v0.4.2
2+
## R CMD check results
3+
4+
0 errors | 0 warnings | 0 note
5+
6+
* This is a patch to fix problem with the new version of {usethis}
7+
* This fixes errors in https://cran.r-project.org/web/checks/check_results_fusen.html
8+
* Tested on rhub, winbuilder and macbuilder
29

310
# v0.4.1
411
## R CMD check results

0 commit comments

Comments
 (0)