Skip to content

Commit d2dbaa3

Browse files
Quit in-progress CI runs on new commit (#1925)
1 parent d04001a commit d2dbaa3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212

1313
name: R-CMD-check
1414

15+
concurrency:
16+
group: ${{ github.event.pull_request.number || github.run_id }}
17+
cancel-in-progress: true
18+
1519
jobs:
1620
R-CMD-check:
1721
runs-on: ${{ matrix.config.os }}

0 commit comments

Comments
 (0)