Skip to content

Commit

Permalink
ci: fix error in .taskcluster.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahal committed Feb 7, 2024
1 parent 2077d26 commit a59cae8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ tasks:
tasks_for in ["action", "pr-action", "cron"]
|| (tasks_for == "github-release" && releaseAction == "published")
|| (tasks_for == "github-push" && head_branch == "refs/heads/main")
|| (tasks_for == "github-release" && )
|| (isPullRequest && pullRequestAction in ["opened", "reopened", "synchronize"])
then:
$let:
Expand Down

0 comments on commit a59cae8

Please sign in to comment.