diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 65da6a9c1..ee85b440f 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -35,7 +35,7 @@ on: - main - master - 'release/**' - - feat/3223-terraform-cf + - 'feat/3223-terraform-cf' paths: - 'scripts/**' - '.circleci/**' @@ -54,6 +54,6 @@ jobs: project-slug: ${{ github.repository }} branch: ${{ (github.event_name == 'pull_request') && github.head_ref || github.ref_name }} payload: '{ - "build_and_test_all": true, + "build_and_test_all": false, "triggered": true }' diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 7a3db0a54..324ec9c3a 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -27,7 +27,7 @@ on: - main - master - 'release/**' - - feat/3223-terraform-cf + - 'feat/3223-terraform-cf' types: [review_requested, ready_for_review, synchronize] jobs: build_and_test_pr: @@ -43,6 +43,6 @@ jobs: project-slug: ${{ github.repository }} branch: ${{ (github.event_name == 'pull_request') && github.head_ref || github.ref_name }} payload: '{ - "build_and_test_all": true, + "build_and_test_all": false, "triggered": true }' \ No newline at end of file