Skip to content

Commit

Permalink
Remove concurrency group for check labels workflow (#15197)
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
vitess-bot[bot] committed Feb 12, 2024
1 parent 6732938 commit 6d8621e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/check_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]

concurrency:
group: format('{0}-{1}', ${{ github.ref }}, 'Check Pull Request labels')
cancel-in-progress: true

permissions: read-all

jobs:
Expand Down

0 comments on commit 6d8621e

Please sign in to comment.