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