mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	only run if successfull
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/coverage.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/coverage.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -14,6 +14,7 @@ jobs: | |||||||
|   # These tests are used for code coverage analysis |   # These tests are used for code coverage analysis | ||||||
|   coverage: |   coverage: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|  |     if: ${{ github.event.workflow_run.conclusion == 'success' }} | ||||||
|  |  | ||||||
|     env: |     env: | ||||||
|       GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |       GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								.github/workflows/postgresql.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/postgresql.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -12,6 +12,7 @@ jobs: | |||||||
|  |  | ||||||
|   test: |   test: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|  |     if: ${{ github.event.workflow_run.conclusion == 'success' }} | ||||||
|  |  | ||||||
|     env: |     env: | ||||||
|       # Database backend configuration |       # Database backend configuration | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user