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 2077d26 commit a59cae8Copy full SHA for a59cae8
.taskcluster.yml
@@ -91,7 +91,6 @@ tasks:
91
tasks_for in ["action", "pr-action", "cron"]
92
|| (tasks_for == "github-release" && releaseAction == "published")
93
|| (tasks_for == "github-push" && head_branch == "refs/heads/main")
94
- || (tasks_for == "github-release" && )
95
|| (isPullRequest && pullRequestAction in ["opened", "reopened", "synchronize"])
96
then:
97
$let:
0 commit comments