From cf3d81f90d6fe82e8b7b3dc8c37efc3bc0baa837 Mon Sep 17 00:00:00 2001 From: andrew-jameson Date: Thu, 19 Dec 2024 11:17:42 -0500 Subject: [PATCH] altering github webhooks for streamlined circleci behavior --- .github/workflows/build-all.yml | 1 + .github/workflows/build-pr.yml | 1 + .github/workflows/deploy-on-label.yml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index c03d344ab..65da6a9c1 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -35,6 +35,7 @@ on: - main - master - 'release/**' + - feat/3223-terraform-cf paths: - 'scripts/**' - '.circleci/**' diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 5aef71099..7a3db0a54 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -27,6 +27,7 @@ on: - main - master - 'release/**' + - feat/3223-terraform-cf types: [review_requested, ready_for_review, synchronize] jobs: build_and_test_pr: diff --git a/.github/workflows/deploy-on-label.yml b/.github/workflows/deploy-on-label.yml index 8d4720f07..65dc199bb 100644 --- a/.github/workflows/deploy-on-label.yml +++ b/.github/workflows/deploy-on-label.yml @@ -71,7 +71,7 @@ jobs: - name: Circle CI Deployment Trigger id: curl-circle-ci - if: steps.get-pr-state.outputs.STATE == 'success' + #if: steps.get-pr-state.outputs.STATE == 'success' uses: promiseofcake/circleci-trigger-action@v1 with: user-token: ${{ secrets.CIRCLE_CI_V2_TOKEN }}