From b2581bbd949fd05e6b067b9b57950c4aa08ed321 Mon Sep 17 00:00:00 2001 From: sk593 Date: Mon, 12 Aug 2024 14:21:13 -0700 Subject: [PATCH] nit Signed-off-by: sk593 --- .github/workflows/functional-test-cloud.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/functional-test-cloud.yaml b/.github/workflows/functional-test-cloud.yaml index 4296615ca1..74b7e9aad1 100644 --- a/.github/workflows/functional-test-cloud.yaml +++ b/.github/workflows/functional-test-cloud.yaml @@ -411,7 +411,7 @@ jobs: tests: name: Run ${{ matrix.name }} functional tests - needs: [build, publish-test-bicep-types] + needs: [build] if: github.event_name == 'repository_dispatch' || (github.event_name == 'schedule' && github.repository == 'radius-project/radius') || github.event_name == 'workflow_run' strategy: fail-fast: true