From 1adf873c5ecd1a5ed1091d085522ca4fdab1f0c4 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Tue, 19 Jul 2022 13:54:29 +0100 Subject: [PATCH] Dupe key --- .github/workflows/production_pipeline.yml | 1 - .github/workflows/staging_pipeline.yml | 1 - 2 files changed, 2 deletions(-) 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'