Skip to content

Commit 55a3e33

Browse files
committed
Do not allow concurrent runs of the real time benchmark
Closes GH-19345
1 parent 776d6f8 commit 55a3e33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/real-time-benchmark.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ on:
4545
permissions:
4646
contents: read
4747
pull-requests: write
48+
concurrency:
49+
group: ${{ github.workflow }}
50+
cancel-in-progress: false
4851
jobs:
4952
REAL_TIME_BENCHMARK:
5053
name: REAL_TIME_BENCHMARK

0 commit comments

Comments
 (0)