File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -60,19 +60,14 @@ jobs:
60
60
with :
61
61
token : ${{ secrets.RHUB_TOKEN }}
62
62
job-config : ${{ matrix.config.job-config }}
63
- - name : Check Args for NoSuggests
64
- if : ${{ matrix.config.label }} == 'nosuggests'
65
- env :
66
- CHECK_ARGS : ' --ignore-vignettes'
67
- BUILD_ARGS : ' --no-build-vignettes'
68
- uses : r-hub/actions/run-check@v1
69
- with :
70
- token : ${{ secrets.RHUB_TOKEN }}
71
- job-config : ${{ matrix.config.job-config }}
72
63
- uses : r-hub/actions/run-check@v1
73
64
with :
74
65
token : ${{ secrets.RHUB_TOKEN }}
75
66
job-config : ${{ matrix.config.job-config }}
67
+ env :
68
+ CHECK_ARGS : ${{ matrix.config.label == 'nosuggests' && '--ignore-vignettes' || '' }}
69
+ BUILD_ARGS : ${{ matric.config.label == 'nosuggests' && '--no-build-vignettes' || '' }}
70
+
76
71
77
72
other-platforms :
78
73
needs : setup
You can’t perform that action at this time.
0 commit comments