Skip to content

Commit

Permalink
Attempt mozilla-mobile#2 to silence cron errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum authored and mergify[bot] committed Jul 20, 2021
1 parent 913dfca commit f905ab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions focus-ios/.cron.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jobs: []
2 changes: 1 addition & 1 deletion focus-ios/.taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ tasks:
else: 'UNDEFINED'
in:
$if: >
tasks_for in ["action"]
tasks_for in ["action", "cron"]
|| (tasks_for == "github-pull-request" && pullRequestAction in ["opened", "reopened", "edited", "synchronize"])
|| (tasks_for == "github-push" && head_branch[:10] != "refs/tags/")
|| (tasks_for == "github-release" && releaseAction == "published")
Expand Down

0 comments on commit f905ab6

Please sign in to comment.