From b8cb10cb4698da625189f98fe0d716e40baf5ca5 Mon Sep 17 00:00:00 2001 From: text-adi Date: Sun, 7 Apr 2024 15:51:19 +0300 Subject: [PATCH] Fix need --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9be5a50..68159fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,13 +35,13 @@ jobs: run: | echo "last_tag=${{ steps._tmp_last_tag.outputs.value }}" >> $GITHUB_OUTPUT - run-test: + test: needs: [ vars ] name: Run test uses: ./.github/workflows/test.yaml build-and-push: - needs: [ vars, lint-dockerfile, lint-entrypoint ] + needs: [ vars, test ] name: Build runs-on: ubuntu-latest steps: