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 acd69e2 commit 6d51060Copy full SHA for 6d51060
.github/workflows/R-CMD-check.yaml
@@ -12,6 +12,7 @@ name: R-CMD-check
12
jobs:
13
R-CMD-check:
14
runs-on: ${{ matrix.config.os }}
15
+ if: "!contains(github.event.head_commit.message, 'ci skip')"
16
17
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
18
0 commit comments