temporarily remove job that checkouts out to development to mirror staging with prod on web

This commit is contained in:
WilsonLe 2024-09-23 16:33:16 -04:00
parent 09e15c30d6
commit 89678de541

View file

@ -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