We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669facc commit 81eab74Copy full SHA for 81eab74
1 file changed
.github/workflows/support.yml
@@ -9,14 +9,13 @@ on:
9
permissions:
10
issues: read
11
12
-concurrency:
13
- group: support-${{ github.event.issue.number }}
14
- cancel-in-progress: true
15
-
16
jobs:
17
support:
18
if: github.event.label.name == 'support' || github.event.action == 'reopened'
19
runs-on: ubuntu-24.04
+ concurrency:
+ group: support-${{ github.event.issue.number }}
+ cancel-in-progress: true
20
21
issues: write
22
env:
0 commit comments