diff --git a/taskcluster/taskgraph/util/scriptworker.py b/taskcluster/taskgraph/util/scriptworker.py index 3214b38c5b6c..0b1c1a7c05a7 100644 --- a/taskcluster/taskgraph/util/scriptworker.py +++ b/taskcluster/taskgraph/util/scriptworker.py @@ -246,7 +246,7 @@ PUSH_APK_BREAKPOINT_WORKER_TYPE = { } PUSH_APK_DRY_RUN_OPTION = { - 'central': True, + 'central': False, 'beta': False, 'release': False, 'default': True,