Skip to content

Commit e7e861a

Browse files
authored
Merge pull request #1516 from Anselmoo/fix/test-weekly
ci: 🧪 Update cron schedule for weekly poetry bot to run every hour
2 parents e22a943 + 1e6758a commit e7e861a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

33
on:
44
schedule:
5-
- cron: '0 0 * * 0' # Runs every Sunday at midnight
5+
# - cron: '0 0 * * 0' # Runs every Sunday at midnight
6+
- cron: '0 * * * *' # Runs every hour
67

78
jobs:
89
update-dependencies:

0 commit comments

Comments
 (0)