Skip to content

Commit 77b9cc8

Browse files
committed
ci: change gemini scheduled triage to run daily
1 parent 090b407 commit 77b9cc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gemini-scheduled-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: '📋 Gemini Scheduled Issue Triage'
22

33
on:
44
schedule:
5-
- cron: '0 * * * *' # Runs every hour
5+
- cron: '0 0 * * *' # Runs once a day
66
pull_request:
77
branches:
88
- 'main'

0 commit comments

Comments
 (0)