We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167a93a commit a33f876Copy full SHA for a33f876
.github/workflows/R-CMD-check.yaml
@@ -19,7 +19,7 @@ jobs:
19
R-CMD-check:
20
runs-on: ${{ matrix.config.os }}
21
22
- name: ${{ matrix.config.os }} (${{ matrix.config.r }}) [Quarto ${{ matrix.config.quarto || 'release' }}]
+ name: ${{ matrix.config.os }} (${{ matrix.config.r }}) [${{ matrix.config.quarto == false && 'No'}}Quarto ${{ matrix.config.quarto || 'release' }}]
23
24
strategy:
25
fail-fast: false
0 commit comments