Browse Source

Revert "CLDC-2730: Temporarily run aws_deploy on push to this branch"

This reverts commit 8b4904dc7d.
pull/1882/head
Rachael Booth 1 year ago
parent
commit
fb1f1a9130
  1. 5
      .github/workflows/staging_pipeline.yml

5
.github/workflows/staging_pipeline.yml

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

Loading…
Cancel
Save