mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 15:15:42 +00:00 
			
		
		
		
	remove concurrency checks (#5002)
Fixes https://github.com/inventree/InvenTree/issues/4999
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/docker.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/docker.yaml
									
									
									
									
										vendored
									
									
								
							@@ -29,9 +29,6 @@ jobs:
 | 
			
		||||
 | 
			
		||||
  # Build the docker image
 | 
			
		||||
  build:
 | 
			
		||||
    concurrency:
 | 
			
		||||
      group: ${{ github.workflow }}-${{ github.event_name }}
 | 
			
		||||
      cancel-in-progress: true
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    permissions:
 | 
			
		||||
      contents: read
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user