diff --git a/.github/workflows/staging_pipeline.yml b/.github/workflows/staging_pipeline.yml index d59024cd3..8d48f7b7e 100644 --- a/.github/workflows/staging_pipeline.yml +++ b/.github/workflows/staging_pipeline.yml @@ -7,7 +7,6 @@ on: pull_request: types: - opened - - ready_for_review - synchronize workflow_dispatch: @@ -18,7 +17,6 @@ defaults: jobs: test: name: Tests - if: '!github.event.pull_request.draft' runs-on: ubuntu-latest services: @@ -77,7 +75,6 @@ jobs: feature_test: name: Feature Tests - if: '!github.event.pull_request.draft' runs-on: ubuntu-latest services: @@ -136,7 +133,6 @@ jobs: lint: name: Lint - if: '!github.event.pull_request.draft' runs-on: ubuntu-latest steps: @@ -164,7 +160,6 @@ jobs: audit: name: Audit dependencies - if: '!github.event.pull_request.draft' runs-on: ubuntu-latest steps: