Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Oct 24, 2024
1 parent 542a849 commit f4e58a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-latest
# environment: ${{ inputs.deploy-env }}
# needs: [build-publish-ocr, build-frontend, environment-setup]
if: ${{ 'demo' != 'demo'}}
if: ${{ 'dev3' != 'demo'}}
steps:
- uses: actions/checkout@v4
# - uses: azure/login@v2
Expand Down

0 comments on commit f4e58a2

Please sign in to comment.