From 55a3e33bb1e38e88b0bd293762346e6c75f9a553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Fri, 1 Aug 2025 11:29:32 +0200 Subject: [PATCH] Do not allow concurrent runs of the real time benchmark Closes GH-19345 --- .github/workflows/real-time-benchmark.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/real-time-benchmark.yml b/.github/workflows/real-time-benchmark.yml index 50c044d7bfd..226f83fde5c 100644 --- a/.github/workflows/real-time-benchmark.yml +++ b/.github/workflows/real-time-benchmark.yml @@ -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