Skip to content

Commit aa1f401

Browse files
committed
chore: wip
1 parent 3919240 commit aa1f401

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/buddy-dashboard.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Buddy Dashboard
33
on:
44
schedule:
55
- cron: '0 9 * * 1,3,5' # Monday, Wednesday, Friday at 9 AM UTC
6+
67
workflow_dispatch: # Manual triggering
78
inputs:
89
pin:

.github/workflows/buddy-update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Buddy Update
33
on:
44
schedule:
55
- cron: '0 9 * * 1,3,5'
6+
67
workflow_dispatch:
78
inputs:
89
strategy:

0 commit comments

Comments
 (0)