We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 178380c + 8c775ea commit ac25d4dCopy full SHA for ac25d4d
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