change curly bracket
This commit is contained in:
parent
4db6a64139
commit
b611ae2794
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,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