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 bee3f8d commit 8c775eaCopy full SHA for 8c775ea
1 file changed
.github/workflows/R-CMD-check.yaml
@@ -11,7 +11,7 @@ permissions: read-all
11
12
jobs:
13
R-CMD-check:
14
- if: "!contains(github.event.head_commit.message, '[skip ci]')"
+ if: "!contains(github.event.head_commit.message, '[no chk]')"
15
16
runs-on: ${{ matrix.config.os }}
17
0 commit comments