forgego-ci: skip deply when WIP
This commit is contained in:
parent
77dc41c8aa
commit
2567a8215f
2 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@ jobs:
|
|||
deploy-aarch64:
|
||||
needs: [build-aarch64]
|
||||
runs-on: aarch64
|
||||
if: github.event.pull_request.draft == false
|
||||
container:
|
||||
image: alpine:latest
|
||||
env:
|
||||
|
|
|
@ -35,6 +35,7 @@ jobs:
|
|||
deploy-x86_64:
|
||||
needs: [build-x86_64]
|
||||
runs-on: x86_64
|
||||
if: github.event.pull_request.draft == false
|
||||
container:
|
||||
image: alpine:latest
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue