Skip to content

Commit

Permalink
fix: schedule prepare ones in year
Browse files Browse the repository at this point in the history
  • Loading branch information
jeetiss committed Dec 8, 2019
1 parent 20b8f65 commit 53e8e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Ship js Schedule Prepare
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '*/15 * * * *'
- cron: '0 0 31 12 *'
jobs:
schedule_prepare:
runs-on: Ubuntu-latest
Expand Down

0 comments on commit 53e8e80

Please sign in to comment.