mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
MergeApproved.yml: Remove unneeded concurrency
The concurrency parameter on the MergeAndCherryPick job has
been rmeoved. It was a hold-over from earlier days.
(cherry picked from commit 0005aa2995
)
This commit is contained in:
committed by
Asterisk Development Team
parent
8f9200d106
commit
98a44b95df
3
.github/workflows/MergeApproved.yml
vendored
3
.github/workflows/MergeApproved.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user