Skip to content

Commit 7fa1841

Browse files
more generic
1 parent 3e2f4db commit 7fa1841

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
name: R-CMD-check
1818

1919
concurrency:
20-
group: r-cmd-check-${{ github.head_ref }}
20+
group: ${{ github.action_path }}-${{ github.head_ref }}
2121
cancel-in-progress: true
2222

2323

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
name: test-coverage
1010

1111
concurrency:
12-
group: ${{ github.head_ref }}
12+
group: ${{ github.action_path }}-${{ github.head_ref }}
1313
cancel-in-progress: true
1414

1515

.github/workflows/touchstone-comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Continuous Benchmarks (Comment)
22

33
concurrency:
4-
group: touchstone-comment-${{ github.head_ref }}
4+
group: ${{ github.action_path }}-${{ github.head_ref }}
55
cancel-in-progress: true
66

77
# read-write repo token

.github/workflows/touchstone-receive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Continuous Benchmarks (Receive)
22
concurrency:
3-
group: touchstone-receive-${{ github.head_ref }}
3+
group: ${{ github.action_path }}-${{ github.head_ref }}
44
cancel-in-progress: true
55

66
on: pull_request

0 commit comments

Comments
 (0)