Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
syntax fix?
Browse files Browse the repository at this point in the history
(cherry picked from commit b0d89d3)
  • Loading branch information
escapewindow authored and mergify[bot] committed Oct 17, 2022
1 parent ef0815c commit ab60e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ tasks:
else:
$if: 'tasks_for in ["cron", "action"]'
then:
$if: '${push.branch}[:11] == "refs/heads/"'
$if: 'push.branch[:11] == "refs/heads/"'
then: {$eval: 'push.branch[11:]'}
else: '${push.branch}'
else: ${push.branch}
base_sha:
$if: 'tasks_for == "github-push"'
then: '${event.before}'
Expand Down

0 comments on commit ab60e7a

Please sign in to comment.