Skip to content

Commit ca71a38

Browse files
committed
ci: Increase frequency of internal CI runs
Rather than monthly, these should run weekly.
1 parent 5209a18 commit ca71a38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pipeline {
44
ansiColor('xterm')
55
}
66
triggers {
7-
cron('@monthly')
7+
cron('@weekly')
88
}
99
stages {
1010
stage("Run tests") {

0 commit comments

Comments
 (0)