ci: fix concurrency issue on support workflows (#2062) [skip ci]
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
This commit is contained in:
7
.github/workflows/support.yml
vendored
7
.github/workflows/support.yml
vendored
@@ -9,14 +9,13 @@ on:
|
|||||||
permissions:
|
permissions:
|
||||||
issues: read
|
issues: read
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: support-${{ github.event.issue.number }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
support:
|
support:
|
||||||
if: github.event.label.name == 'support' || github.event.action == 'reopened'
|
if: github.event.label.name == 'support' || github.event.action == 'reopened'
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
concurrency:
|
||||||
|
group: support-${{ github.event.issue.number }}
|
||||||
|
cancel-in-progress: true
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user