From 8b4904dc7d4be124eba5c515b9cbdd2ec90fbc73 Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Tue, 5 Sep 2023 15:48:53 +0100 Subject: [PATCH] CLDC-2730: Temporarily run aws_deploy on push to this branch --- .github/workflows/staging_pipeline.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/staging_pipeline.yml b/.github/workflows/staging_pipeline.yml index c4c1db5c1..7088eeda4 100644 --- a/.github/workflows/staging_pipeline.yml +++ b/.github/workflows/staging_pipeline.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - AwsRunDbMigrations pull_request: types: - opened @@ -233,8 +234,8 @@ jobs: aws_deploy: name: AWS Deploy - if: github.ref == 'refs/heads/main' - needs: [lint, test, feature_test, audit] + if: github.ref == 'refs/heads/AwsRunDbMigrations' + #needs: [lint, test, feature_test, audit] uses: ./.github/workflows/aws_deploy.yml with: environment: staging