1
0
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:
Máté Kocsis
2025-08-01 11:29:32 +02:00
parent 776d6f8660
commit 55a3e33bb1

View File

@@ -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