tsk 1 vecka sedan
förälder
incheckning
26b2688c3e
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      .github/workflows/backport.yml

+ 2 - 2
.github/workflows/backport.yml

@@ -4,9 +4,9 @@ on:
     # Run on merge (close) or if label is added after merging
     types: [closed, labeled]
 
-# Set concurrency limit to a single backport workflow per branch
+# Set concurrency limit to a single backport workflow per PR
 concurrency:
-  group: ${{ github.workflow }}-${{ github.ref }}
+  group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
   cancel-in-progress: true
 
 jobs: