Skip to content

Commit

Permalink
Adjust cron job to run less often (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidme-stripe authored Feb 25, 2021
1 parent 65a8920 commit 439c482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ workflows:
e2e-only:
triggers:
- schedule:
cron: "56 * * * *" # at 56 minutes every hour
cron: "56 8 * * *" # at 8:56 every day
filters:
branches:
only:
Expand Down

0 comments on commit 439c482

Please sign in to comment.