mirror of
https://github.com/SphericalKat/medium.rip.git
synced 2024-12-26 01:25:57 +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