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:
|
deploy-aarch64:
|
||||||
needs: [build-aarch64]
|
needs: [build-aarch64]
|
||||||
runs-on: aarch64
|
runs-on: aarch64
|
||||||
|
if: github.event.pull_request.draft == false
|
||||||
container:
|
container:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -35,6 +35,7 @@ jobs:
|
||||||
deploy-x86_64:
|
deploy-x86_64:
|
||||||
needs: [build-x86_64]
|
needs: [build-x86_64]
|
||||||
runs-on: x86_64
|
runs-on: x86_64
|
||||||
|
if: github.event.pull_request.draft == false
|
||||||
container:
|
container:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue