Skip to content

Commit

Permalink
Merge pull request #487 from informalsystems/shon/fix-release-cron-sc…
Browse files Browse the repository at this point in the history
…hedule

Fix release cron schedule
  • Loading branch information
Shon Feder authored Jan 25, 2021
2 parents 88fa993 + e8e85fa commit da5cc41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:
schedule:
# * is a special character in YAML so you have to quote this string
# Automatically prepare a minor version release every Monday
- cron: "* * * * 1"
# See https://crontab.guru/#0_0_*_*_1
- cron: "0 0 * * 1"

jobs:
prepare-release:
Expand Down

0 comments on commit da5cc41

Please sign in to comment.