From 500cbc1a8ba7e10044a63d6ed55c21b2308a8f4b Mon Sep 17 00:00:00 2001 From: Skylar Simoncelli <128400943+skylar-simoncelli@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:42:16 +0300 Subject: [PATCH] fix: argocd-tests build output --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bdd83e0a..5d430ff95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,7 +114,7 @@ jobs: argocd-tests: if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged == false) - needs: deploy-argocd + needs: [build, deploy-argocd] runs-on: [self-hosted, eks] steps: - name: Checkout