mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Do not allow concurrent runs of the real time benchmark
Closes GH-19345
This commit is contained in:
3
.github/workflows/real-time-benchmark.yml
vendored
3
.github/workflows/real-time-benchmark.yml
vendored
@@ -45,6 +45,9 @@ on:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: false
|
||||
jobs:
|
||||
REAL_TIME_BENCHMARK:
|
||||
name: REAL_TIME_BENCHMARK
|
||||
|
||||
Reference in New Issue
Block a user