Skip to content

Commit 743203e

Browse files
committed
correctly label job
1 parent fdfe8e2 commit 743203e

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 }}) [${{ format('{0}', matrix.config.quarto) == 'false' && 'No'}}Quarto ${{ matrix.config.quarto || 'release' }}]
22+
name: ${{ matrix.config.os }} (${{ matrix.config.r }}) [${{ format('{0}', matrix.config.quarto) == 'false' && 'No ' || ''}}Quarto ${{ matrix.config.quarto || 'release' }}]
2323

2424
strategy:
2525
fail-fast: false

0 commit comments

Comments
 (0)