Skip to content

Commit f42abcd

Browse files
committed
Change to run everyday at midnight
1 parent a5633b9 commit f42abcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/monitor-org-bot-prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Monitor Organization Bot PRs
22

33
on:
44
schedule:
5-
# Run every 6 hours
6-
- cron: '0 */6 * * *'
5+
# Run every day at midnight UTC
6+
- cron: '0 0 * * *'
77
workflow_dispatch:
88
inputs:
99
target_repo:

0 commit comments

Comments
 (0)