mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +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.
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/MergeApproved.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/MergeApproved.yml
									
									
									
									
										vendored
									
									
								
							| @@ -123,9 +123,6 @@ jobs: | |||||||
|   MergeAndCherryPick: |   MergeAndCherryPick: | ||||||
|     needs: [ IdentifyBranches, PreMergeUnitTests ] |     needs: [ IdentifyBranches, PreMergeUnitTests ] | ||||||
|     if: success() |     if: success() | ||||||
|     concurrency: |  | ||||||
|       group: MergeAndCherryPick |  | ||||||
|       cancel-in-progress: false |  | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|       - name: Start Merge |       - name: Start Merge | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user