Skip to content

Commit c3f5d2f

Browse files
committed
Use NOT_CRAN=true for the R-hub GHA jobs
1 parent 1aab62b commit c3f5d2f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/rhub-ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
config: ${{ fromJson(needs.setup.outputs.containers) }}
3535
container:
3636
image: ${{ matrix.config.container }}
37+
env:
38+
NOT_CRAN: true
3739

3840
steps:
3941
- uses: r-hub/actions/checkout@main
@@ -59,6 +61,8 @@ jobs:
5961
fail-fast: false
6062
matrix:
6163
config: ${{ fromJson(needs.setup.outputs.platforms) }}
64+
env:
65+
NOT_CRAN: true
6266

6367
steps:
6468
- uses: r-hub/actions/checkout@main

0 commit comments

Comments
 (0)