Skip to content

Commit e418d9d

Browse files
GHA: Try to make NOT_CRAN configurable - attempt 2
1 parent 3eb254b commit e418d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/revdepcheck-top.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
R_FUTURE_PLAN: ${{ matrix.config.plan }}
5151
R_FUTURE_GLOBALS_KEEPWHERE: ${{ matrix.config.globals_keepWhere }}
5252
R_GLOBALS_BRANCH: ${{ matrix.config.globals }}
53-
NOT_CRAN: ${{ matrix.config.not_cran || true }}
53+
NOT_CRAN: ${{ (matrix.config.not_cran != null) && matrix.config.not_cran || true }}
5454

5555
steps:
5656
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)