mirror of
				https://github.com/SphericalKat/medium.rip.git
				synced 2025-11-03 20:25:56 +00:00 
			
		
		
		
	refactor(deploy): run deploy workflow only if tests succeeded
Signed-off-by: Sphericalkat <amolele@gmail.com>
This commit is contained in:
		
							parent
							
								
									44b3f41a4b
								
							
						
					
					
						commit
						03b74fd90a
					
				
							
								
								
									
										7
									
								
								.github/workflows/deploy.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/deploy.yml
									
									
									
									
										vendored
									
									
								
							@ -1,5 +1,10 @@
 | 
			
		||||
name: Fly Deploy
 | 
			
		||||
on: [push]
 | 
			
		||||
on:
 | 
			
		||||
  workflow_run:
 | 
			
		||||
    workflows: ["Run tests"]
 | 
			
		||||
    branches: [main]
 | 
			
		||||
    types:
 | 
			
		||||
      - completed
 | 
			
		||||
env:
 | 
			
		||||
  FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
 | 
			
		||||
jobs:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user