diff --git a/taskcluster/ci/email/kind.yml b/taskcluster/ci/email/kind.yml index 7f9655df65..90b84b3907 100644 --- a/taskcluster/ci/email/kind.yml +++ b/taskcluster/ci/email/kind.yml @@ -13,7 +13,7 @@ jobs: label: Email that automation is complete description: '' worker-type: succeed - run-on-tasks-for: [github-release] + run-on-tasks-for: [] dependencies: build: build-release sign: 'Sign for Github' diff --git a/taskcluster/ci/push-apk/kind.yml b/taskcluster/ci/push-apk/kind.yml index 7a4bc67037..899a544ce1 100644 --- a/taskcluster/ci/push-apk/kind.yml +++ b/taskcluster/ci/push-apk/kind.yml @@ -21,7 +21,7 @@ job-template: label: Push to Amazon description: '' worker-type: push-apk - run-on-tasks-for: [github-release] + run-on-tasks-for: [] worker: product: firefox-tv channel: production diff --git a/taskcluster/ci/signing/kind.yml b/taskcluster/ci/signing/kind.yml index cdc400d8bf..85e63cc63a 100644 --- a/taskcluster/ci/signing/kind.yml +++ b/taskcluster/ci/signing/kind.yml @@ -19,4 +19,4 @@ job-template: label: Sign for Github description: '' worker-type: signing - run-on-tasks-for: [github-release] + run-on-tasks-for: []