Skip to content

Commit

Permalink
Merge pull request #65 from yokawasa/actions-schedule-run
Browse files Browse the repository at this point in the history
Added schedule run trigger to Github action for testing
  • Loading branch information
yokawasa authored Nov 4, 2024
2 parents 9e25a42 + ab47543 commit 43578ec
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 43578ec

Please sign in to comment.