Skip to content

Commit 1587fdc

Browse files
Fix workflow
1 parent aa9f43c commit 1587fdc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

projects/policyengine-api-simulation/workflow.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ main:
1515

1616
- checkForTagging:
1717
switch:
18-
- condition: '${"country" in input and "model_version" in input and input.model_version != null} '' next: callTaggerService
18+
- condition: '${"country" in input and "model_version" in input and input.model_version != null}'
19+
next: callTaggerService
1920
next: callCloudRun
2021

2122
- callTaggerService:

0 commit comments

Comments
 (0)