Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryVerkhoturov committed Apr 1, 2024
1 parent f3b97a8 commit 82f77c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:

deploy:
runs-on: self-hosted
needs: [build, build-image-caption]
# needs: [build, build-image-caption]
needs: [build]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 82f77c2

Please sign in to comment.