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 743203e commit 96564d8Copy full SHA for 96564d8
.github/workflows/R-CMD-check.yaml
@@ -52,7 +52,7 @@ jobs:
52
- uses: actions/checkout@v4
53
54
- uses: quarto-dev/quarto-actions/setup@v2
55
- if: format('{0}', matrix.config.quarto) == 'false'
+ if: format('{0}', matrix.config.quarto) != 'false'
56
env:
57
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
with:
0 commit comments