We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e25a42 + ab47543 commit 43578ecCopy full SHA for 43578ec
.github/workflows/test.yml
@@ -1,5 +1,8 @@
1
name: "action-setup-kube-tools Test"
2
on:
3
+ # Schedule run: Runs at 00:00, only on Mondays (Japan Time)
4
+ schedule:
5
+ - cron: '0 15 * * 1'
6
pull_request:
7
push:
8
branches:
0 commit comments