From 8a0e58f1605032351c2dffe0e99dbfd0b39a4290 Mon Sep 17 00:00:00 2001 From: J G <7750475+moarpheus@users.noreply.github.com> Date: Thu, 9 Jun 2022 14:20:18 +0100 Subject: [PATCH] not running tests, lint and audit when draft pr (#652) * not running tests, lint and audit when draft pr * fixed syntax * fixed syntax * Revert "fixed syntax" This reverts commit 80b82c734bcd24ff0ce29b1bf8ce8d07a529c8f1. --- .github/workflows/staging_pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/staging_pipeline.yml b/.github/workflows/staging_pipeline.yml index e743f4504..bbc22eab2 100644 --- a/.github/workflows/staging_pipeline.yml +++ b/.github/workflows/staging_pipeline.yml @@ -14,6 +14,7 @@ defaults: jobs: test: name: Test + if: '!github.event.pull_request.draft' runs-on: ubuntu-latest services: @@ -72,6 +73,7 @@ jobs: lint: name: Lint + if: '!github.event.pull_request.draft' runs-on: ubuntu-latest steps: @@ -99,6 +101,7 @@ jobs: audit: name: Audit dependencies + if: '!github.event.pull_request.draft' runs-on: ubuntu-latest steps: