Skip to content

Commit 2191d64

Browse files
authored
Update "update-api" job condition.
1 parent b5b0469 commit 2191d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_liquid_functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# coming from the Azure Function
7373
update-api:
7474
needs: build-and-deploy
75-
if: inputs.update_api == 'Yes'
75+
if: inputs.update_api
7676
# The type of runner that the job will run on
7777
runs-on: ubuntu-latest
7878

0 commit comments

Comments
 (0)