From 89678de541831f2db6ea99ee1237559fd6d91c60 Mon Sep 17 00:00:00 2001 From: WilsonLe Date: Mon, 23 Sep 2024 16:33:16 -0400 Subject: [PATCH] temporarily remove job that checkouts out to development to mirror staging with prod on web --- .github/workflows/main_deploy.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index 9439b75ad..8256afff7 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -10,15 +10,15 @@ env: WEB_APP_ENV: ${{ vars.WEB_APP_ENV }} jobs: - switch-branch: - runs-on: ubuntu-latest + # switch-branch: + # runs-on: ubuntu-latest - steps: - - name: Checkout main branch - uses: actions/checkout@v3 + # steps: + # - name: Checkout main branch + # uses: actions/checkout@v3 - - name: Checkout different branch - run: git checkout development + # - name: Checkout different branch + # run: git checkout development build_web: runs-on: ubuntu-latest