Skip to content

Commit 43578ec

Browse files
authored
Merge pull request #65 from yokawasa/actions-schedule-run
Added schedule run trigger to Github action for testing
2 parents 9e25a42 + ab47543 commit 43578ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: "action-setup-kube-tools Test"
22
on:
3+
# Schedule run: Runs at 00:00, only on Mondays (Japan Time)
4+
schedule:
5+
- cron: '0 15 * * 1'
36
pull_request:
47
push:
58
branches:

0 commit comments

Comments
 (0)