Skip to content

Commit e5cda5c

Browse files
committed
update repo-ticker wf to run every 6 hours
1 parent 02df725 commit e5cda5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-repo-ticker.yml

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

33
on:
44
schedule:
5-
# Run daily at 00:00 UTC
6-
- cron: '0 0 * * *'
5+
# Run every 6 hours
6+
- cron: '0 */6 * * *'
77
workflow_dispatch: # Allow manual trigger for testing
88

99
permissions:

0 commit comments

Comments
 (0)