From d41d519056486ed9dca7e24c69f40ae38947b705 Mon Sep 17 00:00:00 2001 From: NeonKirill Date: Sun, 30 Jun 2024 15:15:53 +0200 Subject: [PATCH] quick fix --- .github/workflows/deploy_containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_containers.yml b/.github/workflows/deploy_containers.yml index 34eb0fd..6fb0cf9 100644 --- a/.github/workflows/deploy_containers.yml +++ b/.github/workflows/deploy_containers.yml @@ -28,7 +28,7 @@ jobs: uses: ./.github/workflows/bump_dynamic_dependencies.yml publish-images: runs-on: ubuntu-latest - needs: [run-tests, bump-dynamic-dependencies, build-nano] + needs: [run-tests, bump-dynamic-dependencies] steps: - uses: actions/checkout@v4 with: