Skip to content

Commit adc6a28

Browse files
[release-19.0] Remove concurrency group for check labels workflow (#15197) (#15209)
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr> Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
1 parent 74278f1 commit adc6a28

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/check_label.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ on:
33
pull_request:
44
types: [opened, labeled, unlabeled, synchronize]
55

6-
concurrency:
7-
group: format('{0}-{1}', ${{ github.ref }}, 'Check Pull Request labels')
8-
cancel-in-progress: true
9-
106
permissions: read-all
117

128
jobs:

0 commit comments

Comments
 (0)