diff --git a/.taskcluster.yml b/.taskcluster.yml index a6d45e0416377..7f95001986275 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -401,7 +401,7 @@ tasks: then: 3 else: 1 in: - taskId: '${ownTaskId}' + taskId: {$if: 'eventType != "action"', then: '${ownTaskId}'} taskGroupId: {$if: 'eventType == "action"', then: '${action.taskGroupId}', else: '${ownTaskId}'} schedulerId: '${trustDomain}-level-${level}' created: {$fromNow: ''}