]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
.github/workflows/releng-audit: group events to serialize executions 68937/head
authorPatrick Donnelly <pdonnell@ibm.com>
Fri, 15 May 2026 15:43:08 +0000 (11:43 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Sat, 16 May 2026 15:58:15 +0000 (11:58 -0400)
This avoids confusion when several events are fired for e.g. label
changes before the bot can validate each change is authorized.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
Assisted-by: Gemini
.github/workflows/releng-audit.yaml

index 9a55784837cc2060f594c17a7a71e01ad0989c5b..6fb507bbebf8f28fd9e725367d9cb5a23e69feae 100644 (file)
@@ -10,6 +10,11 @@ on:
   issue_comment:
     types: [created]
 
+# Group concurrency by PR/Issue number to serialize executions and prevent race conditions
+concurrency:
+  group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.issue.number }}
+  cancel-in-progress: false
+
 jobs:
   audit:
     name: Backport Audit