workflows/tests: enable merge group builds.
This will enable the GitHub Merge Queue. Don't bother running online tests as they aren't required, use up the rate limit and are flaky.
This commit is contained in:
		
							parent
							
								
									27ca4403e1
								
							
						
					
					
						commit
						d8fce057fa
					
				
							
								
								
									
										2
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							@ -5,6 +5,7 @@ on:
 | 
			
		||||
    branches:
 | 
			
		||||
      - master
 | 
			
		||||
  pull_request:
 | 
			
		||||
  merge_group:
 | 
			
		||||
 | 
			
		||||
permissions:
 | 
			
		||||
  contents: read
 | 
			
		||||
@ -311,6 +312,7 @@ jobs:
 | 
			
		||||
        run: sudo chmod -R g-w,o-w /home/linuxbrew/.linuxbrew/Homebrew
 | 
			
		||||
 | 
			
		||||
      - name: Run brew tests
 | 
			
		||||
        if: github.event_name == 'pull_request' || matrix.name != 'tests (online)'
 | 
			
		||||
        run: |
 | 
			
		||||
          # brew tests
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user