From e32db761e56949ce35dd99a1c9b611d30fd06b81 Mon Sep 17 00:00:00 2001 From: imedina Date: Mon, 17 Jul 2023 01:43:15 +0100 Subject: [PATCH] cicd: fix develop.yml 'needs' variable --- .github/workflows/develop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 0e8f622a2b6..50c396dd7cc 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -15,7 +15,7 @@ jobs: test: uses: ./.github/workflows/test-analysis.yml - needs: deploy-docker-ext-tools + needs: build with: test_profile: runShortTests,runMediumTests secrets: inherit