Skip to content

Commit 71ba004

Browse files
committed
ci: avoid duplicate benchmark workflows
1 parent d40baf8 commit 71ba004

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/benchmark_compare.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
required: true
1111
type: number
1212

13+
concurrency:
14+
group: benchmark-${{ github.event.issue.number || github.event.inputs.pr_number }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
benchmark:
1519
if: >

0 commit comments

Comments
 (0)