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:
|
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:
|
||||||
|
@ -54,4 +53,4 @@ jobs:
|
||||||
- name: Package download
|
- name: Package download
|
||||||
uses: forgejo/download-artifact@v3
|
uses: forgejo/download-artifact@v3
|
||||||
- name: Package deployment
|
- name: Package deployment
|
||||||
run: ${{ github.workspace }}/.forgejo/bin/deploy.sh
|
run: echo ${{ github.event.pull_request.draft }}
|
||||||
|
|
Loading…
Reference in a new issue