diff --git a/.github/workflows/deploy-online-endpoint-pipeline-classical.yml b/.github/workflows/deploy-online-endpoint-pipeline-classical.yml index 11ab533..abd7172 100644 --- a/.github/workflows/deploy-online-endpoint-pipeline-classical.yml +++ b/.github/workflows/deploy-online-endpoint-pipeline-classical.yml @@ -28,12 +28,12 @@ jobs: echo "$endpoint" - # if [[ $endpoint -eq ${{ format('taxi{0}', needs.get-config.outputs.oep) }} ]] - # then - # echo "same" - # else - # echo "not same" - # fi + if [[ $endpoint -eq ${{ format('taxi{0}', needs.get-config.outputs.oep) }} ]] + then + echo "same" + else + echo "not same" + fi # TODO: Update if exists else create