Browse Source

CLDC-2563: remove redundant main branch check

pull/1960/head
Sam Seed 3 years ago
parent
commit
8468929671
  1. 1
      .github/workflows/production_pipeline.yml

1
.github/workflows/production_pipeline.yml

@ -262,7 +262,6 @@ jobs:
aws_deploy: aws_deploy:
name: AWS Deploy name: AWS Deploy
if: github.ref == 'refs/heads/main'
needs: [lint, test, feature_test, audit] needs: [lint, test, feature_test, audit]
uses: ./.github/workflows/aws_deploy.yml uses: ./.github/workflows/aws_deploy.yml
with: with:

Loading…
Cancel
Save