Skip to content

Commit 7d1a0cd

Browse files
authored
chore(examples): run examples cron every 8h (#4176)
1 parent 1f08cf6 commit 7d1a0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/update-examples-cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update Examples Cron
22

33
on:
44
schedule:
5-
- cron: '0 * * * *'
5+
- cron: '0 */8 * * *'
66
workflow_dispatch:
77

88
permissions:

0 commit comments

Comments
 (0)