diff --git a/taskcluster/ci/push-apk/kind.yml b/taskcluster/ci/push-apk/kind.yml index 36e7451ba..a4727f282 100644 --- a/taskcluster/ci/push-apk/kind.yml +++ b/taskcluster/ci/push-apk/kind.yml @@ -26,10 +26,7 @@ job-template: description: Publish Fenix worker-type: push-apk worker: - commit: - by-build-type: - fennec-nightly: false - default: true + commit: true channel: by-build-type: fennec-nightly: fennec-nightly diff --git a/taskcluster/fenix_taskgraph/transforms/push_apk.py b/taskcluster/fenix_taskgraph/transforms/push_apk.py index 0d893d5ce..2ba8633b3 100644 --- a/taskcluster/fenix_taskgraph/transforms/push_apk.py +++ b/taskcluster/fenix_taskgraph/transforms/push_apk.py @@ -18,7 +18,7 @@ transforms = TransformSequence() @transforms.add def resolve_keys(config, tasks): for task in tasks: - for key in ("worker.channel", "worker.commit", "worker.dep"): + for key in ("worker.channel", "worker.dep"): resolve_keyed_by( task, key,