From 46d8f3ceec30a2786e307d7a2fc4c441336185f9 Mon Sep 17 00:00:00 2001 From: Fernando Otero Date: Sat, 17 Jun 2023 14:57:30 +0100 Subject: [PATCH] Tweak jobs dependencies --- .github/workflows/deploy-program.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-program.yml b/.github/workflows/deploy-program.yml index f890feeb..f82454bd 100644 --- a/.github/workflows/deploy-program.yml +++ b/.github/workflows/deploy-program.yml @@ -48,11 +48,11 @@ jobs: uses: ./.github/workflows/test-programs.yml secrets: inherit with: - program_matrix: ${{ inputs.program }} + program_matrix: '["${{ inputs.program }}"]' test_js: name: JS client - needs: build_programs + needs: test_programs uses: ./.github/workflows/test-js.yml secrets: inherit