Skip to content

Commit

Permalink
💚 change interval of cron job
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <[email protected]>
  • Loading branch information
vankichi committed Nov 14, 2024
1 parent 8c8d8da commit 5c40534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: "Sync Vald"
on:
workflow_dispatch:
schedule:
- cron: "*/10 * * * *"
- cron: "0 */2 * * *"
jobs:
sync:
uses: vdaas/vald-client-ci/.github/workflows/sync.yaml@main
Expand Down

0 comments on commit 5c40534

Please sign in to comment.