Skip to content

Commit f72bf10

Browse files
authored
Add FXIOS-11506 [ci] allow routes on staging repo (#25046)
1 parent 9064f12 commit f72bf10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.taskcluster.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ tasks:
111111
|| (tasks_for == "github-push" && short_head_branch == "main")
112112
|| (tasks_for == "github-release" && releaseAction == "published")
113113
then:
114-
taskId:
114+
taskId:
115115
$if: 'tasks_for != "action"'
116116
then: '${ownTaskId}'
117117
taskGroupId:
@@ -155,7 +155,7 @@ tasks:
155155
routes:
156156
$flattenDeep:
157157
- checks
158-
- $if: 'level == "3"'
158+
- $if: '!isPullRequest'
159159
then:
160160
- tc-treeherder.v2.${project}.${head_sha}
161161
- $if: 'tasks_for == "github-push"'

0 commit comments

Comments
 (0)