Skip to content

Commit 0930c16

Browse files
add concurency
1 parent 39b5870 commit 0930c16

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/touchstone-comment.yaml

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

3-
# read-write repo token
4-
# access to secrets
3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.head_ref }}
5+
cancel-in-progress: true
6+
57
on:
68
workflow_run:
79
workflows: ["Continuous Benchmarks (Receive)"]

0 commit comments

Comments
 (0)