From 64c25eed453cbd3c95c175f4ba28b60522396529 Mon Sep 17 00:00:00 2001 From: Mihai Tabara Date: Mon, 11 Nov 2019 16:03:29 +0000 Subject: [PATCH] Adjust the URL --- .taskcluster.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: