From 8c24ef84a7718dcc324c3d19a7ffdc77b0be669f Mon Sep 17 00:00:00 2001 From: JG Date: Thu, 9 Jun 2022 14:06:11 +0100 Subject: [PATCH] Revert "fixed syntax" This reverts commit 80b82c734bcd24ff0ce29b1bf8ce8d07a529c8f1. --- .github/workflows/staging_pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/staging_pipeline.yml b/.github/workflows/staging_pipeline.yml index ab9d3c57a..bbc22eab2 100644 --- a/.github/workflows/staging_pipeline.yml +++ b/.github/workflows/staging_pipeline.yml @@ -14,7 +14,7 @@ defaults: jobs: test: name: Test - if: !github.event.pull_request.draft + if: '!github.event.pull_request.draft' runs-on: ubuntu-latest services: @@ -73,7 +73,7 @@ jobs: lint: name: Lint - if: !github.event.pull_request.draft + if: '!github.event.pull_request.draft' runs-on: ubuntu-latest steps: @@ -101,7 +101,7 @@ jobs: audit: name: Audit dependencies - if: !github.event.pull_request.draft + if: '!github.event.pull_request.draft' runs-on: ubuntu-latest steps: