Skip to content

Commit

Permalink
esacping for yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfhb committed Mar 3, 2024
1 parent 7c3c10b commit d1807f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-standard.yml
Expand Up @@ -98,7 +98,7 @@ jobs:
# generic workflow:

- uses: r-lib/actions/check-r-package@v2
if: !(matrix.config.os == 'ubuntu-latest' && matrix.config.r == 'devel')
if: ${{ !(matrix.config.os == 'ubuntu-latest' && matrix.config.r == 'devel') }}
with:
upload-snapshots: true

Expand Down

0 comments on commit d1807f9

Please sign in to comment.