We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9f43c commit 1587fdcCopy full SHA for 1587fdc
1 file changed
projects/policyengine-api-simulation/workflow.yaml
@@ -15,7 +15,8 @@ main:
15
16
- checkForTagging:
17
switch:
18
- - condition: '${"country" in input and "model_version" in input and input.model_version != null} '' next: callTaggerService
+ - condition: '${"country" in input and "model_version" in input and input.model_version != null}'
19
+ next: callTaggerService
20
next: callCloudRun
21
22
- callTaggerService:
0 commit comments