Skip to content

Commit

Permalink
Update R-CMD-check to use #skip_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pitkant committed Mar 16, 2022
1 parent dc90c93 commit 8e2ac24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ name: R-CMD-check

jobs:
R-CMD-check:
if: ${{ !contains(github.event.head_commit.message, '#skip_ci') }}
runs-on: ${{ matrix.config.os }}

name: ${{ matrix.config.os }} (${{ matrix.config.r }})
Expand Down

0 comments on commit 8e2ac24

Please sign in to comment.