mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-10-31 15:17:27 +00:00 
			
		
		
		
	consolidate conditional for internal testnet cd
This commit is contained in:
		
							parent
							
								
									5c0f27b952
								
							
						
					
					
						commit
						cf2d83b020
					
				
							
								
								
									
										2
									
								
								.github/workflows/cd-internal-testnet.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/cd-internal-testnet.yml
									
									
									
									
										vendored
									
									
								
							| @ -34,7 +34,7 @@ jobs: | |||||||
|   reset-chain-to-zero-state: |   reset-chain-to-zero-state: | ||||||
|     needs: [changed_files] |     needs: [changed_files] | ||||||
|     # only start cd pipeline if last ci run was successful |     # only start cd pipeline if last ci run was successful | ||||||
|     if: ${{ github.event.workflow_run.conclusion == 'success' }} && needs.changed_files.outputs.changedInternalTestnetConfig == 'true' |     if: ${{ github.event.workflow_run.conclusion == 'success' && needs.changed_files.outputs.changedInternalTestnetConfig == 'true' }} | ||||||
|     uses: ./.github/workflows/cd-reset-internal-testnet.yml |     uses: ./.github/workflows/cd-reset-internal-testnet.yml | ||||||
|     with: |     with: | ||||||
|       aws-region: us-east-1 |       aws-region: us-east-1 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Levi Schoen
						Levi Schoen