Skip to content

Commit

Permalink
tst
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Mifsud committed Oct 30, 2023
1 parent d80d19a commit 22505c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
check_enpoint: ${{ steps.get-ml-endpoint.outputs.CHECK_ENPOINT }}
name_enpoint: ${{ format('taKi{0}', needs.get-config.outputs.oep) }}
name_enpoint: ${{ format('taxi{0}', needs.get-config.outputs.oep) }}
steps:
- name: "Az CLI login"
uses: azure/login@v1
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
# TODO: Update if exists else create
create-endpoint:
if: ${{ needs.get-endpoint.outputs.check_enpoint != needs.get-endpoint.outputs.name_enpoint }}
if: ${{ needs.get-endpoint.outputs.check_enpoint != needs.get-endpoint.outputs.check_enpoint }}
needs: [get-config, get-endpoint]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 22505c9

Please sign in to comment.