Skip to content

Commit

Permalink
Add pkg check canceling for new jobs with concurency
Browse files Browse the repository at this point in the history
  • Loading branch information
nstrayer committed Oct 4, 2023
1 parent 38e406d commit 250c554
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
schedule:
- cron: "0 13 * * 1" # every monday

concurrency:
group: ci-pkg-checks-${{ github.ref }}-1
cancel-in-progress: true

name: Package checks

jobs:
Expand Down

0 comments on commit 250c554

Please sign in to comment.