ci: github actions: only deploy pytest-dev/pytest
This commit is contained in:
		
							parent
							
								
									715f56dfbc
								
							
						
					
					
						commit
						ea31649062
					
				| 
						 | 
					@ -159,7 +159,7 @@ jobs:
 | 
				
			||||||
        name: ${{ matrix.name }}
 | 
					        name: ${{ matrix.name }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  deploy:
 | 
					  deploy:
 | 
				
			||||||
    if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
 | 
					    if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'pytest-dev/pytest'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue