diff --git a/.taskcluster.yml b/.taskcluster.yml index 545e7086b..fddcf0f31 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -92,7 +92,7 @@ tasks: then: ${event.action} else: 'UNDEFINED' in: - $if: 'tasks_for in ["github-pull-request", "action", "cron"] + $if: 'tasks_for in ["github-pull-request", "action", "cron"] || (tasks_for == "github-push" && head_branch[:10] != "refs/tags/") && (head_branch != "staging.tmp") && (head_branch != "trying.tmp") || (tasks_for == "github-release" && releaseAction == "published")' then: @@ -128,7 +128,7 @@ tasks: description: '${action.description}' else: name: "Decision Task for cron job ${cron.job_name}" - description: 'Created by a [cron task](https://tools.taskcluster.net/tasks/${cron.task_id})' + description: 'Created by a [cron task](https://firefox-ci-tc.services.mozilla.com/tasks/${cron.task_id})' provisionerId: "mobile-${level}" workerType: "decision" tags: