From 37598d86da9dcf72c354a464a6c55b1ec0f4b22c Mon Sep 17 00:00:00 2001 From: John Smith Date: Mon, 2 Dec 2024 14:53:42 +1030 Subject: [PATCH] chore: Require tests for control plane deployment (#186) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9a39868..fb79535d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -553,7 +553,7 @@ jobs: permissions: id-token: write needs: - [check_changes, build-app-image, build-control-plane-image] + [check_changes, build-app-image, build-control-plane-image, test-control-plane] steps: - name: Checkout code uses: actions/checkout@v2