From d75c52aa31df4e9b6b924b2b9430f49b72e25203 Mon Sep 17 00:00:00 2001 From: Philip Mifsud Date: Mon, 30 Oct 2023 12:48:14 +0100 Subject: [PATCH] tt --- .github/workflows/deploy-online-endpoint-pipeline-classical.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-online-endpoint-pipeline-classical.yml b/.github/workflows/deploy-online-endpoint-pipeline-classical.yml index 26a46a9..74570a1 100644 --- a/.github/workflows/deploy-online-endpoint-pipeline-classical.yml +++ b/.github/workflows/deploy-online-endpoint-pipeline-classical.yml @@ -41,7 +41,7 @@ jobs: create-endpoint: needs: [get-config, get-endpoint] runs-on: ubuntu-latest - if: needs.get-endpoint.outputs.ml_enpoint != format('taxi{0}', needs.get-config.outputs.oep) + if: ${{ needs.get-endpoint.outputs.ml_enpoint }} != format('taxi{0}', needs.get-config.outputs.oep) steps: - id: test name: test