Skip to content

Commit 3919240

Browse files
committed
chore: wip
1 parent 3cc5224 commit 3919240

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/buddy-update-check.yml renamed to .github/workflows/buddy-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Buddy Check
33
on:
44
schedule:
55
- cron: '*/15 * * * *' # Check every 15 minutes
6+
67
workflow_dispatch: # Manual trigger
78
inputs:
89
dry_run:

.github/workflows/buddy-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Buddy Update
22

33
on:
44
schedule:
5-
- cron: '0 */2 * * *' # Every 2 hours for testing (more reasonable for testing)
6-
workflow_dispatch: # Manual triggering for development
5+
- cron: '0 9 * * 1,3,5'
6+
workflow_dispatch:
77
inputs:
88
strategy:
99
description: Update strategy

0 commit comments

Comments
 (0)