Skip to content

Commit 88e717d

Browse files
authored
💚 change interval of cron job (#277)
Signed-off-by: vankichi <[email protected]>
1 parent 8c8d8da commit 88e717d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name: "Sync Vald"
1818
on:
1919
workflow_dispatch:
2020
schedule:
21-
- cron: "*/10 * * * *"
21+
- cron: "0 */2 * * *"
2222
jobs:
2323
sync:
2424
uses: vdaas/vald-client-ci/.github/workflows/sync.yaml@main

0 commit comments

Comments
 (0)