We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d9cb5 commit 3b88079Copy full SHA for 3b88079
.taskcluster.yml
@@ -53,7 +53,8 @@ tasks:
53
'tasks_for == "github-push" && event.base_ref': ${event.base_ref}
54
'tasks_for == "github-push" && !(event.base_ref)': ${event.ref}
55
'tasks_for == "github-release"': ${event.release.tag_name}
56
- 'tasks_for in ["cron", "action", "pr-action"]': '${push.branch}'
+ 'tasks_for in ["cron", "action"]': '${push.branch}'
57
+ 'tasks_for == "pr-action"': '${push.base_branch}'
58
head_ref:
59
$switch:
60
'tasks_for[:19] == "github-pull-request"': ${event.pull_request.head.ref}
0 commit comments