Skip to content

Commit 1a791fd

Browse files
committed
chore: change cron to 1am Pacific (9am UTC)
1 parent 0a930c0 commit 1a791fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fetch-models.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Sync Model Library
22

33
on:
44
schedule:
5-
- cron: '0 0 * * *'
5+
- cron: '0 9 * * *'
66
workflow_dispatch:
77
inputs:
88
environment:

0 commit comments

Comments
 (0)