diff --git a/.ci/check-changelogs.groovy b/.ci/check-changelogs.groovy index 52781c39530..a1523c83fbb 100644 --- a/.ci/check-changelogs.groovy +++ b/.ci/check-changelogs.groovy @@ -20,9 +20,6 @@ pipeline { rateLimitBuilds(throttle: [count: 60, durationName: 'hour', userBoost: true]) quietPeriod(10) } - triggers { - cron 'H H(3-4) * * 1-5' - } stages { /** Checkout the code and stash it, to use it on other stages.