attempt curly bracket
This commit is contained in:
parent
017f0241fd
commit
90e283e5d7
1 changed files with 1 additions and 2 deletions
|
@ -25,7 +25,6 @@ jobs:
|
|||
- name: Package build
|
||||
run: |
|
||||
doas patch -d / -p1 -i ${{ github.workspace }}/.forgejo/patches/build.patch
|
||||
echo ${{ github.event.pull_request.draft }}
|
||||
build.sh
|
||||
- name: Package upload
|
||||
uses: forgejo/upload-artifact@v3
|
||||
|
@ -36,7 +35,7 @@ jobs:
|
|||
deploy-x86_64:
|
||||
needs: [build-x86_64]
|
||||
runs-on: x86_64
|
||||
if: github.event.pull_request.draft == 'false'
|
||||
if: ${{ github.event.pull_request.draft == 'false' }}
|
||||
container:
|
||||
image: alpine:latest
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue