Skip to content

Commit d593125

Browse files
also switch for touchstone
1 parent 7b0b8aa commit d593125

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/touchstone-comment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Continuous Benchmarks (Comment)
22

3+
concurrency:
4+
group: ${{ github.action }}-${{ github.event_path }}
5+
cancel-in-progress: true
6+
37
# read-write repo token
48
# access to secrets
59
on:

.github/workflows/touchstone-receive.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: Continuous Benchmarks (Receive)
2+
concurrency:
3+
group: ${{ github.action }}-${{ github.event_path }}
4+
cancel-in-progress: true
5+
26
on: pull_request
37
jobs:
48
prepare:

0 commit comments

Comments
 (0)