[CI] Fail workflow if there were build failures (#23678)
More whack-a-mole
This commit is contained in:
		
							parent
							
								
									a58906ceb3
								
							
						
					
					
						commit
						69640365f8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/ci_build_major_branch.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci_build_major_branch.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -117,7 +117,7 @@ jobs:
 | 
				
			||||||
          files: firmwares/.failed
 | 
					          files: firmwares/.failed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Fail build if needed
 | 
					      - name: Fail build if needed
 | 
				
			||||||
        if: steps.check_failure_marker.outputs.exists == 'true'
 | 
					        if: steps.check_failure_marker.outputs.files_exists == 'true'
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          # Exit with failure if the compilation stage failed
 | 
					          # Exit with failure if the compilation stage failed
 | 
				
			||||||
          exit 1
 | 
					          exit 1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue