Skip to content

Commit 07e09c6

Browse files
committed
Bug 2021009 - [ci] Ensure we also set try_config parameter for 'github-push', r=taskgraph-reviewers,bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D288990
1 parent eb6903d commit 07e09c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskcluster/gecko_taskgraph/decision.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def get_decision_parameters(graph_config, options):
414414
task_config_file = os.path.join(os.getcwd(), "try_task_config.json")
415415

416416
# load try settings
417-
if "try" in project and options["tasks_for"] == "hg-push":
417+
if "try" in project and options["tasks_for"] in ("hg-push", "github-push"):
418418
set_try_config(parameters, task_config_file)
419419

420420
if options.get("optimize_target_tasks") is not None:

0 commit comments

Comments
 (0)