Skip to content

Commit

Permalink
REMOVEME CI-ENV Validate bypass .github/workflows/build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmiles committed Aug 25, 2023
1 parent 5b2e013 commit b58befe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ jobs:
cat $GITHUB_ENV
- name: 'CI-ENV Validate'
if: github.repository != 'dlmiles/SpinalDoc-RTD'
# ^^^ REMOVEME: bypass step for dlmiles to simulate live deployment testing
run: |
# Only one DEPLOY mode is allowed, if any
if [ "$DEPLOY_ENV_TEST" = "true" ] && [ "$DEPLOY_ENV_LIVE" = "true" ]
Expand Down

0 comments on commit b58befe

Please sign in to comment.