From e53690fd08859370235bc5fa0e46e528ae4d9ab8 Mon Sep 17 00:00:00 2001 From: Kat Date: Wed, 7 Dec 2022 12:44:40 +0000 Subject: [PATCH] Run feature tests, lint and audit on draft PRs --- .github/workflows/staging_pipeline.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/staging_pipeline.yml b/.github/workflows/staging_pipeline.yml index c609cbddf..5f2224e43 100644 --- a/.github/workflows/staging_pipeline.yml +++ b/.github/workflows/staging_pipeline.yml @@ -76,7 +76,6 @@ jobs: feature_test: name: Feature Tests - if: '!github.event.pull_request.draft' runs-on: ubuntu-latest services: @@ -135,7 +134,6 @@ jobs: lint: name: Lint - if: '!github.event.pull_request.draft' runs-on: ubuntu-latest steps: @@ -163,7 +161,6 @@ jobs: audit: name: Audit dependencies - if: '!github.event.pull_request.draft' runs-on: ubuntu-latest steps: