Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
Disable tasks we don't use right now (#3045)
Browse files Browse the repository at this point in the history
  • Loading branch information
st3fan authored Feb 23, 2021
1 parent 707f191 commit 67b451f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion taskcluster/ci/email/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/ci/push-apk/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/ci/signing/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ job-template:
label: Sign for Github
description: ''
worker-type: signing
run-on-tasks-for: [github-release]
run-on-tasks-for: []

0 comments on commit 67b451f

Please sign in to comment.