MergeApproved.yml: Remove unneeded concurrency

The concurrency parameter on the MergeAndCherryPick job has
been rmeoved.  It was a hold-over from earlier days.
This commit is contained in:
George Joseph 2023-12-06 14:27:01 -07:00
parent 3d7a7b1a47
commit 63364bfbf4
1 changed files with 0 additions and 3 deletions

View File

@ -123,9 +123,6 @@ jobs:
MergeAndCherryPick:
needs: [ IdentifyBranches, PreMergeUnitTests ]
if: success()
concurrency:
group: MergeAndCherryPick
cancel-in-progress: false
runs-on: ubuntu-latest
steps:
- name: Start Merge