We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbdc89f + 88970c7 commit d6f85e2Copy full SHA for d6f85e2
.github/workflows/weekly-poetry-bot.yml
@@ -2,9 +2,7 @@ name: Weekly Poetry Update
2
3
on:
4
schedule:
5
- - cron: '* * * * *' # Runs every hour for testing purposes
6
- # - cron: '0 * * * *' # Runs every hour for testing purposes
7
- # - cron: '0 0 * * 0' # Runs every Sunday at midnight
+ - cron: '0 0 * * 0' # Runs every Sunday at midnight
8
workflow_dispatch: # Allows manual triggering of the workflow
9
10
jobs:
0 commit comments