From 82f77c2f6e2b434714c31e0fb25bdef4bfd25a7f Mon Sep 17 00:00:00 2001 From: Valery Verkhoturov Date: Mon, 1 Apr 2024 22:00:12 +0300 Subject: [PATCH] fix: workflow --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 76262cd..4273128 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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