Skip to content

Commit f06cc40

Browse files
committed
chore: Run every 3 hours.
Change-Id: I1e6207c93f60025033dd064f0c6fda7a84caaed4
1 parent 5f50ee3 commit f06cc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pod_try_sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Update samples from CocoaPods
1616

1717
on:
1818
schedule:
19-
- cron: '0 */1 * * *'
19+
- cron: '0 */3 * * *'
2020
repository_dispatch:
2121
types: [ pod-sync ]
2222
workflow_dispatch:

0 commit comments

Comments
 (0)