Skip to content

Commit

Permalink
Added schedule run trigger to Github action for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Yoichi Kawasaki <[email protected]>
  • Loading branch information
yokawasa committed Nov 4, 2024
1 parent 9e25a42 commit ab47543
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ab47543

Please sign in to comment.