mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 06:59:41 +00:00 
			
		
		
		
	remove broken link check (#932)
This commit is contained in:
		
							parent
							
								
									8dec788988
								
							
						
					
					
						commit
						15598af3a3
					
				@ -96,13 +96,6 @@ jobs:
 | 
			
		||||
          target: start-remote-sims
 | 
			
		||||
          description: "Test multi-seed simulation (long)"
 | 
			
		||||
 | 
			
		||||
  broken-link-check:
 | 
			
		||||
    executor: golang
 | 
			
		||||
    steps:
 | 
			
		||||
      - make:
 | 
			
		||||
          target: link-check
 | 
			
		||||
          description: "Check url links are not broken"
 | 
			
		||||
 | 
			
		||||
  docker-build-and-push:
 | 
			
		||||
    # adapted from: https://circleci.com/blog/using-circleci-workflows-to-replicate-docker-hub-automated-builds/
 | 
			
		||||
    environment:
 | 
			
		||||
@ -142,9 +135,6 @@ workflows:
 | 
			
		||||
          filters:
 | 
			
		||||
            branches:
 | 
			
		||||
              only: "master"
 | 
			
		||||
      - broken-link-check:
 | 
			
		||||
          requires:
 | 
			
		||||
            - setup-dependencies
 | 
			
		||||
  upload-docker-images:
 | 
			
		||||
    jobs:
 | 
			
		||||
      - docker-build-and-push:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user