Skip to content

Commit a33f876

Browse files
committed
Indicate no quarto in job label
1 parent 167a93a commit a33f876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
R-CMD-check:
2020
runs-on: ${{ matrix.config.os }}
2121

22-
name: ${{ matrix.config.os }} (${{ matrix.config.r }}) [Quarto ${{ matrix.config.quarto || 'release' }}]
22+
name: ${{ matrix.config.os }} (${{ matrix.config.r }}) [${{ matrix.config.quarto == false && 'No'}}Quarto ${{ matrix.config.quarto || 'release' }}]
2323

2424
strategy:
2525
fail-fast: false

0 commit comments

Comments
 (0)