Skip to content

Commit ef72c55

Browse files
authored
Run template tests on a schedule
1 parent 1043372 commit ef72c55

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- main
77
- "renovate/**"
88
pull_request:
9+
schedule:
10+
- cron: "0 0 15 * *" # Run at 00:00 on the 15th of every month.
911

1012
jobs:
1113
test-template:

0 commit comments

Comments
 (0)