Skip to content

Commit

Permalink
💚 change interval of cron job (#277)
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <[email protected]>
  • Loading branch information
vankichi authored Nov 14, 2024
1 parent 8c8d8da commit 88e717d
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 88e717d

Please sign in to comment.