Skip to content

Commit

Permalink
Merge pull request #6 from lukka/dev/once-a-week
Browse files Browse the repository at this point in the history
update graph.html once a week
  • Loading branch information
lukka authored Jan 9, 2024
2 parents 112fa81 + 6b57112 commit 38b4fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'update graph.html'
on:
pull_request:
schedule:
- cron: '0 0 * * *'
- cron: '0 0 * * 6'
#- cron: '24 17 11 12 1'
workflow_dispatch:

Expand Down

0 comments on commit 38b4fab

Please sign in to comment.