fix(ci): fix syntax error in workflow

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2022-11-03 22:08:49 +01:00
parent e32139a54e
commit fad5056c30

View file

@ -24,7 +24,7 @@ env:
jobs:
deploy:
if: github.event.pull_request.draft == false || contains( github.event.pull_request.labels.*.name, 'FORCE DEPLOY').
if: github.event.pull_request.draft == false || contains( github.event.pull_request.labels.*.name, 'FORCE DEPLOY')
runs-on: ubuntu-latest
name: Deploys to netlify
env: