diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e39692..498dc23 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,8 @@ name: "action-setup-kube-tools Test" on: + # Schedule run: Runs at 00:00, only on Mondays (Japan Time) + schedule: + - cron: '0 15 * * 1' pull_request: push: branches: