Skip to content

Commit 8826467

Browse files
feat: change interval to daily (#30)
Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
1 parent baa82ac commit 8826467

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Weekly check
1+
name: Daily check
22

33
on:
44
schedule:
5-
# Every Monday at 9AM
6-
- cron: '0 9 * * 1'
5+
# Every Day at 10AM
6+
- cron: '0 10 * * *'
77
jobs:
88
check-kubectl-new-version:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)