ci(verify): avoid uncancellable workflow
https://github.com/semantic-release/.github/issues/19#issuecomment-1800963916 for semantic-release/.github#19
This commit is contained in:
		
							parent
							
								
									07dde042bb
								
							
						
					
					
						commit
						abf8ddd978
					
				
							
								
								
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @ -70,7 +70,7 @@ jobs: | |||||||
|     needs: |     needs: | ||||||
|       - test_dev |       - test_dev | ||||||
|       - test_matrix |       - test_matrix | ||||||
|     if: always() |     if: ${{ !cancelled() }} | ||||||
|     steps: |     steps: | ||||||
|       - name: All matrix versions passed |       - name: All matrix versions passed | ||||||
|         if: ${{ !(contains(needs.*.result, 'failure')) }} |         if: ${{ !(contains(needs.*.result, 'failure')) }} | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user