Skip to content

Commit

Permalink
tt
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Mifsud committed Oct 30, 2023
1 parent 3b02b6f commit d75c52a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d75c52a

Please sign in to comment.