mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	.github: Remove separate set labels step from new PR
(cherry picked from commit 135764959e)
			
			
This commit is contained in:
		
				
					committed by
					
						 Asterisk Development Team
						Asterisk Development Team
					
				
			
			
				
	
			
			
			
						parent
						
							06867f0705
						
					
				
				
					commit
					819e642c31
				
			
							
								
								
									
										7
									
								
								.github/workflows/PROpenedOrUpdated.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/PROpenedOrUpdated.yml
									
									
									
									
										vendored
									
									
								
							| @@ -18,7 +18,8 @@ env: | ||||
|   MODULES_BLACKLIST: ${{vars.GATETEST_MODULES_BLACKLIST}} ${{vars.UNITTEST_MODULES_BLACKLIST}} | ||||
|  | ||||
| jobs: | ||||
|   SetLabels: | ||||
|  | ||||
|   AsteriskUnitTests: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - name: Set Labels | ||||
| @@ -33,10 +34,6 @@ jobs: | ||||
|             --add-label ${{vars.TESTING_IN_PROGRESS}} \ | ||||
|             ${{env.PR_NUMBER}} || : | ||||
|  | ||||
|   AsteriskUnitTests: | ||||
|     runs-on: ubuntu-latest | ||||
|     needs:   [ SetLabels ] | ||||
|     steps: | ||||
|       - name: Run Unit Tests | ||||
|         uses: asterisk/asterisk-ci-actions/AsteriskUnitComposite@main | ||||
|         with: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user