mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-17 15:26:23 +00:00
[fenix] Adjust the URL
This commit is contained in:
parent
1ed735bbd2
commit
1b8cbd9dc7
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user