Skip to content

Commit

Permalink
Run periodic job less frequently
Browse files Browse the repository at this point in the history
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
  • Loading branch information
dims committed Dec 22, 2023
1 parent 2b05a85 commit 6aa561d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/periodic_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Periodic Test with Kind
on:
workflow_dispatch:
schedule:
- cron: "0 */3 * * *"
- cron: "0 */6 * * *"

env:
KIND_VERSION: v0.20.0
Expand Down

0 comments on commit 6aa561d

Please sign in to comment.