test
This commit is contained in:
parent
b611ae2794
commit
0a5f919f8c
1 changed files with 1 additions and 2 deletions
|
@ -39,7 +39,6 @@ jobs:
|
|||
deploy-x86_64:
|
||||
needs: [build-x86_64]
|
||||
runs-on: x86_64
|
||||
if: github.event.pull_request.draft == 'false'
|
||||
container:
|
||||
image: alpine:latest
|
||||
env:
|
||||
|
@ -54,4 +53,4 @@ jobs:
|
|||
- name: Package download
|
||||
uses: forgejo/download-artifact@v3
|
||||
- name: Package deployment
|
||||
run: ${{ github.workspace }}/.forgejo/bin/deploy.sh
|
||||
run: echo ${{ github.event.pull_request.draft }}
|
||||
|
|
Loading…
Reference in a new issue