Skip to content

Commit 8c425ce

Browse files
committed
chore: update workflow cron to run storage finder sync weekly on Saturdays
1 parent 4f8f693 commit 8c425ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/storage-finder-sync.yml

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

33
on:
44
schedule:
5-
- cron: "0 * * * *"
5+
- cron: "0 0 * * 6"
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)