mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Disables coveralls step for dependabot branches/pulls
This commit is contained in:
		 Trenton Holmes
					Trenton Holmes
				
			
				
					committed by
					
						 Johann Bauer
						Johann Bauer
					
				
			
			
				
	
			
			
			 Johann Bauer
						Johann Bauer
					
				
			
						parent
						
							f74e15840d
						
					
				
				
					commit
					f24373699e
				
			
							
								
								
									
										3
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -141,7 +141,8 @@ jobs: | ||||
|           pipenv run pytest | ||||
|       - | ||||
|         name: Publish coverage results | ||||
|         if: matrix.python-version == '3.9' | ||||
|         # Publish results for 3.9, and not for dependabot branches | ||||
|         if: matrix.python-version == '3.9' && !contains(github.ref, 'dependabot') | ||||
|         env: | ||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||
|         # https://github.com/coveralls-clients/coveralls-python/issues/251 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user