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' }
|
agent { label 'linux' }
|
||||||
|
|
||||||
triggers {
|
triggers {
|
||||||
// Nightly at 4am
|
// Nightly at 2am
|
||||||
cron 'H 4 * * *'
|
cron 'H 2 * * *'
|
||||||
}
|
}
|
||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
|
|
Loading…
Reference in New Issue