diff --git a/Jenkinsfile b/Jenkinsfile index 45108935abb486b9e39e62eb0e58182ce629942b..48452414e08f59cdffb4c5837f8bd795769c65d0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { disableConcurrentBuilds() } triggers { - cron('main' == env.BRANCH_NAME ? 'H H(20-23) * * 1-5' : '@midnight') + cron('main' == env.BRANCH_NAME ? 'H H(20-23) * * 1-5' : '') } environment { OX_DOMAIN = 'k3s.mw.cloud.oxoe.io'