attempt false
This commit is contained in:
parent
313b3778c0
commit
9b53095e01
1 changed files with 1 additions and 1 deletions
|
@ -35,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