From d3226197332fed9e9e47919c71737e167ba80625 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 12 Jan 2024 17:14:57 -0800 Subject: [PATCH] Temporarily disable deploy --- .github/workflows/build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f901eddc9..0f2bfd793 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -207,13 +207,13 @@ jobs: binary_artifact: ${{ matrix.binary_artifact }} binary_path: ${{ matrix.binary_path }} - deploy: - if: ${{ github.ref_name == 'develop' || github.ref_name == 'main' }} - needs: [backend, unit_test, unit_test_postgres, integration_test] - secrets: inherit - uses: ./.github/workflows/deploy.yml - with: - framework: ${{ needs.backend.outputs.framework }} - branch: ${{ github.ref_name }} - major_version: ${{ needs.backend.outputs.major_version }} - version: ${{ needs.backend.outputs.version }} + # deploy: + # if: ${{ github.ref_name == 'develop' || github.ref_name == 'main' }} + # needs: [backend, unit_test, unit_test_postgres, integration_test] + # secrets: inherit + # uses: ./.github/workflows/deploy.yml + # with: + # framework: ${{ needs.backend.outputs.framework }} + # branch: ${{ github.ref_name }} + # major_version: ${{ needs.backend.outputs.major_version }} + # version: ${{ needs.backend.outputs.version }}