Skip to content

Commit b5d3b1e

Browse files
authored
Temporarily disable tvOS integration test against packaged SDK
1 parent bbe9212 commit b5d3b1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/gha/trigger_workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def main():
5454
json_params = {}
5555
for param in args.param:
5656
json_params[param[0]] = param[1]
57+
json_params["platforms"] = "Desktop,Android,iOS"
5758
json_text = '{"ref":%s,"inputs":%s}' % (json.dumps(args.branch), json.dumps(json_params))
5859
if args.verbose or args.dryrun:
5960
print('request_url: %s' % request_url)

0 commit comments

Comments
 (0)