Browse Source

Dupe key

pull/754/head
baarkerlounger 3 years ago
parent
commit
1adf873c5e
  1. 1
      .github/workflows/production_pipeline.yml
  2. 1
      .github/workflows/staging_pipeline.yml

1
.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'

1
.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'

Loading…
Cancel
Save