From 48651712e6ccb34e0b8d6c30bf2d4a370c5df1ee Mon Sep 17 00:00:00 2001 From: Chirag-Bhatti Date: Thu, 7 Sep 2023 17:16:10 +0100 Subject: [PATCH] feat: 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 f7a676dd3..e9162aae2 100644 --- a/.github/workflows/staging_pipeline.yml +++ b/.github/workflows/staging_pipeline.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - CLDC-2768-sidekiq 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/CLDC-2768-sidekiq' + #needs: [lint, test, feature_test, audit] uses: ./.github/workflows/aws_deploy.yml with: aws_account_id: 107155005276