Merge pull request #11681 from MikeMcQuaid/concurrency
workflows/tests: enable concurrency limiting.
This commit is contained in:
		
						commit
						015c8bfe83
					
				
							
								
								
									
										7
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							@ -1,12 +1,19 @@
 | 
			
		||||
name: CI
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches:
 | 
			
		||||
      - master
 | 
			
		||||
  pull_request:
 | 
			
		||||
 | 
			
		||||
env:
 | 
			
		||||
  HOMEBREW_DEVELOPER: 1
 | 
			
		||||
  HOMEBREW_NO_AUTO_UPDATE: 1
 | 
			
		||||
 | 
			
		||||
concurrency:
 | 
			
		||||
  group: "${{ github.ref }}"
 | 
			
		||||
  cancel-in-progress: ${{ github.event_name == 'pull_request' }}
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  syntax:
 | 
			
		||||
    if: github.repository == 'Homebrew/brew'
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user