Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Mifsud committed Oct 27, 2023
1 parent 8961dd6 commit af5b12b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# TODO: Update if exists else create
create-endpoint:
needs: [get-config, get-endpoint]
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) }}
uses: Azure/mlops-templates/.github/workflows/create-endpoint.yml@main
with:
resource_group: ${{ needs.get-config.outputs.resource_group }}
Expand All @@ -62,7 +62,7 @@ jobs:
endpoint_type: online
secrets:
creds: ${{secrets.AZURE_CREDENTIALS}}

# # TODO: Update if exists else create
# create-deployment:
# uses: Azure/mlops-templates/.github/workflows/create-deployment.yml@main
Expand Down

0 comments on commit af5b12b

Please sign in to comment.