Skip to content

Commit

Permalink
comment out download all workflow section
Browse files Browse the repository at this point in the history
  • Loading branch information
marycrawford committed Nov 14, 2024
1 parent 94610b7 commit 7847ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ jobs:
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: Deploy OCR-API
uses: ./.github/actions/deploy-api
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4
# - name: Download all workflow run artifacts
# uses: actions/download-artifact@v4
with:
deploy-env: ${{ inputs.deploy-env }}
docker-tag: ${{ inputs.ocr-version }}
Expand Down

0 comments on commit 7847ed7

Please sign in to comment.