Skip to content

Commit

Permalink
Change cron command from every 10 minutes to every day (matchai#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
demget authored and matchai committed Dec 23, 2019
1 parent 074660f commit b28127c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update gist with WakaTime stats
on:
schedule:
- cron: '*/10 * * * *'
- cron: '0 0 * * *'
jobs:
update-gist:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b28127c

Please sign in to comment.