temporarily remove job that checkouts out to development to mirror staging with prod on web
This commit is contained in:
parent
09e15c30d6
commit
89678de541
1 changed files with 7 additions and 7 deletions
14
.github/workflows/main_deploy.yaml
vendored
14
.github/workflows/main_deploy.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue