Skip to content

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ on:
1616

1717
name: R-CMD-check
1818

19+
concurrency:
20+
group: ${{ github.action }}-${{ github.event_path }}
21+
cancel-in-progress: true
22+
23+
1924
jobs:
2025
R-CMD-check:
2126
runs-on: ${{ matrix.config.os }}

.github/workflows/cancel.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/test-coverage.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88

99
name: test-coverage
1010

11+
concurrency:
12+
group: ${{ github.action }}-${{ github.event_path }}
13+
cancel-in-progress: true
14+
15+
1116
jobs:
1217
test-coverage:
1318
runs-on: macOS-latest

0 commit comments

Comments
 (0)