mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	fix: Don't cancel ci image builds
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/update_docker_ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/update_docker_ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -25,7 +25,8 @@ on:
 | 
			
		||||
concurrency:
 | 
			
		||||
  # Only cancel in-progress jobs or runs for the current workflow - matches against branch & tags
 | 
			
		||||
  group: ${{ github.workflow }}-${{ github.ref }}
 | 
			
		||||
  cancel-in-progress: true
 | 
			
		||||
  # We want to execute all builds sequentially in develop
 | 
			
		||||
  cancel-in-progress: false
 | 
			
		||||
 | 
			
		||||
env:
 | 
			
		||||
  GHCR_REPO: ghcr.io/${{ github.repository_owner }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user