Skip to content

Commit 81eab74

Browse files
authored
ci: fix concurrency issue on support workflows (#2062) [skip ci]
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
1 parent 669facc commit 81eab74

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/support.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ on:
99
permissions:
1010
issues: read
1111

12-
concurrency:
13-
group: support-${{ github.event.issue.number }}
14-
cancel-in-progress: true
15-
1612
jobs:
1713
support:
1814
if: github.event.label.name == 'support' || github.event.action == 'reopened'
1915
runs-on: ubuntu-24.04
16+
concurrency:
17+
group: support-${{ github.event.issue.number }}
18+
cancel-in-progress: true
2019
permissions:
2120
issues: write
2221
env:

0 commit comments

Comments
 (0)