Skip to content

Commit d6f85e2

Browse files
authored
Merge pull request #1565 from Anselmoo/fix/weekly-5
chore: 👷 Update weekly-poetry-bot.yml to run every Sunday at midnight
2 parents bbdc89f + 88970c7 commit d6f85e2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/weekly-poetry-bot.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: Weekly Poetry Update
22

33
on:
44
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
5+
- cron: '0 0 * * 0' # Runs every Sunday at midnight
86
workflow_dispatch: # Allows manual triggering of the workflow
97

108
jobs:

0 commit comments

Comments
 (0)