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 f7593da commit eb10c08
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 @@ -94,7 +94,7 @@ jobs:
- name: Deploy OCR-API
env:
ENV: "demo"
if: ${{ env.ENV }} != 'demo'
if: "!contains(${{ env.ENV }}, 'demo')"
uses: ./.github/actions/deploy-api
with:
deploy-env: ${{ env.ENV }}
Expand Down

0 comments on commit eb10c08

Please sign in to comment.