diff --git a/.github/workflows/production_pipeline.yml b/.github/workflows/production_pipeline.yml index 09df8cc94..23c2567cd 100644 --- a/.github/workflows/production_pipeline.yml +++ b/.github/workflows/production_pipeline.yml @@ -81,7 +81,6 @@ jobs: run: | bundle exec rspec --exclude-pattern "features/*" -jobs: feature_test: name: Feature Tests if: '!github.event.pull_request.draft' diff --git a/.github/workflows/staging_pipeline.yml b/.github/workflows/staging_pipeline.yml index 5ec93200f..77d2c706a 100644 --- a/.github/workflows/staging_pipeline.yml +++ b/.github/workflows/staging_pipeline.yml @@ -75,7 +75,6 @@ jobs: run: | bundle exec rspec --exclude-pattern "features/*" -jobs: feature_test: name: Feature Tests if: '!github.event.pull_request.draft'