fix: con grup (#1220)

This commit is contained in:
tsk
2025-10-27 19:10:47 -04:00
committed by GitHub
parent eb65e7603f
commit 26b2688c3e

View File

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