change curly bracket
Some checks failed
/ lint (pull_request) Failing after 26s
/ deploy-x86_64 (pull_request) Has been skipped
/ build-x86_64 (pull_request) Successful in 2m10s
/ deploy-aarch64 (pull_request) Has been cancelled
/ build-aarch64 (pull_request) Has been cancelled

This commit is contained in:
Antoine Martin 2024-08-22 22:51:36 -04:00
parent 4db6a64139
commit b611ae2794
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -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: