Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Better cron syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Feb 23, 2021
1 parent 36cc8c1 commit 6ced393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Fetch and commit latest data
on:
workflow_dispatch:
schedule:
- cron: '2,12,22,32,42,52 * * * *'
- cron: '*/10 * * * *'

jobs:
scheduled:
Expand Down

0 comments on commit 6ced393

Please sign in to comment.