Browse Source

Revert "feat: temporarily run aws_deploy on push to this branch"

This reverts commit 48651712e6.
pull/1899/head
Chirag-Bhatti 3 years ago
parent
commit
3df89066c4
  1. 5
      .github/workflows/staging_pipeline.yml

5
.github/workflows/staging_pipeline.yml

@ -4,7 +4,6 @@ on:
push:
branches:
- main
- CLDC-2768-sidekiq
pull_request:
types:
- opened
@ -234,8 +233,8 @@ jobs:
aws_deploy:
name: AWS Deploy
if: github.ref == 'refs/heads/CLDC-2768-sidekiq'
#needs: [lint, test, feature_test, audit]
if: github.ref == 'refs/heads/main'
needs: [lint, test, feature_test, audit]
uses: ./.github/workflows/aws_deploy.yml
with:
aws_account_id: 107155005276

Loading…
Cancel
Save