Fix message send even if the step ui-tests is successful.
				
					
				
			Jobs `codecov-units` and `integration-tests` do not exist anymore.
This commit is contained in:
		
							parent
							
								
									51a1545916
								
							
						
					
					
						commit
						6d6d2de08b
					
				
							
								
								
									
										2
									
								
								.github/workflows/post-pr.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/post-pr.yml
									
									
									
									
										vendored
									
									
								
							| @ -94,7 +94,7 @@ jobs: | ||||
|     needs: | ||||
|       - should-i-run | ||||
|       - ui-tests | ||||
|     if: always() && (needs.should-i-run.result == 'success' ) && ((needs.codecov-units.result != 'success' ) || (needs.ui-tests.result != 'success') || (needs.integration-tests.result != 'success')) | ||||
|     if: always() && (needs.should-i-run.result == 'success' ) && (needs.ui-tests.result != 'success') | ||||
|     # No concurrency required, runs every time on a schedule. | ||||
|     steps: | ||||
|       - uses: michaelkaye/matrix-hookshot-action@v1.0.0 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user