From da9d7fcd937f8f91636b5e98ce2ff41e0d4a7728 Mon Sep 17 00:00:00 2001 From: JG Date: Thu, 9 Jun 2022 13:22:01 +0100 Subject: [PATCH] not running tests, lint and audit when draft pr --- .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..c573ac0e8 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: