Skip to content

Commit 26ad60e

Browse files
authored
Merge pull request #1485 from Anselmoo/Anselmoo-patch-1
fix: Update weekly-poetry-bot.yml
2 parents 4c24c81 + e9ded80 commit 26ad60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Weekly Poetry Update
33
on:
44
schedule:
55
# - cron: '0 0 * * 0' # Runs every Sunday at midnight
6-
- cron: '0 0 * * *' # Runs every hour for testing
6+
- cron: '0 * * * *' # Runs every hour for testing
77

88
jobs:
99
update-dependencies:

0 commit comments

Comments
 (0)