From fa3401804a665f35254be3e054c3c6ff4e1aa9af Mon Sep 17 00:00:00 2001 From: Tristan Vuong Date: Thu, 25 Jan 2024 20:19:58 +0000 Subject: [PATCH] Fix testing workflow --- .github/workflows/reporting-v2-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reporting-v2-testing.yml b/.github/workflows/reporting-v2-testing.yml index e0b7b7960a5..0063c183330 100644 --- a/.github/workflows/reporting-v2-testing.yml +++ b/.github/workflows/reporting-v2-testing.yml @@ -13,7 +13,7 @@ jobs: update-reporting-v2: uses: ./.github/workflows/configure-reporting-v2.yml - needs: [ publish-images, terraform ] + needs: [ terraform ] with: image-tag: latest environment: dev