ci: run nightly e2e at 2am, not 4am

This commit is contained in:
Anton Iakimov 2023-08-09 11:43:57 +02:00
parent 2976830497
commit 6274bd7cb6
No known key found for this signature in database
GPG Key ID: DEA1FE58DD8BF7FA
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ pipeline {
agent { label 'linux' }
triggers {
// Nightly at 4am
cron 'H 4 * * *'
// Nightly at 2am
cron 'H 2 * * *'
}
parameters {