From 631717327f767d4aa42caf419936527fcad0a2d9 Mon Sep 17 00:00:00 2001 From: Aleksander <170264518+t-aleksander@users.noreply.github.com> Date: Fri, 16 Aug 2024 23:38:46 +0200 Subject: [PATCH] fix: fix "current" workflow (#732) --- .github/workflows/current.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/current.yml b/.github/workflows/current.yml index 38fb92b27..1f6435020 100644 --- a/.github/workflows/current.yml +++ b/.github/workflows/current.yml @@ -22,6 +22,6 @@ jobs: type=sha trigger-e2e: - needs: docker-manifest + needs: build-current uses: ./.github/workflows/e2e.yml secrets: inherit