ci: run nightly e2e at 2am, not 4am
This commit is contained in:
parent
2976830497
commit
6274bd7cb6
|
@ -5,8 +5,8 @@ pipeline {
|
|||
agent { label 'linux' }
|
||||
|
||||
triggers {
|
||||
// Nightly at 4am
|
||||
cron 'H 4 * * *'
|
||||
// Nightly at 2am
|
||||
cron 'H 2 * * *'
|
||||
}
|
||||
|
||||
parameters {
|
||||
|
|
Loading…
Reference in New Issue