Browse Source

feat: temporarily run aws_deploy on push to this branch

pull/1899/head
Chirag-Bhatti 1 year ago
parent
commit
48651712e6
  1. 5
      .github/workflows/staging_pipeline.yml

5
.github/workflows/staging_pipeline.yml

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- main - main
- CLDC-2768-sidekiq
pull_request: pull_request:
types: types:
- opened - opened
@ -233,8 +234,8 @@ jobs:
aws_deploy: aws_deploy:
name: AWS Deploy name: AWS Deploy
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/CLDC-2768-sidekiq'
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:
aws_account_id: 107155005276 aws_account_id: 107155005276

Loading…
Cancel
Save