Skip to content

Commit

Permalink
Merge pull request LucienShui#79 from LucienShui/dev
Browse files Browse the repository at this point in the history
Fix time format of cron
  • Loading branch information
LucienShui committed Nov 24, 2019
2 parents 4798bf8 + b623892 commit b6bea8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-submodule-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update submodule

on:
schedule:
- cron: "5 * * * *"
- cron: "*/5 * * * *"

jobs:
update:
Expand Down

0 comments on commit b6bea8b

Please sign in to comment.