Skip to content

Commit

Permalink
reduce automatic CI to once a week
Browse files Browse the repository at this point in the history
not really using this for the moment
added also comment with link to crontab guru which is pretty cool
  • Loading branch information
pietroppeter committed Jul 5, 2022
1 parent f5fce21 commit 7ac293e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
branches:
- main
schedule:
- cron: '13 12 * * *'
- cron: '13 12 * * 0' # https://crontab.guru/#13_12_*_*_0 -> At 12:13 on Sunday

jobs:
gh-docs:
Expand Down

0 comments on commit 7ac293e

Please sign in to comment.