From c538db59527f0e89488614fc23e1d8cd81100a4b Mon Sep 17 00:00:00 2001 From: Ivan Fernandez Calvo Date: Thu, 9 Jul 2020 10:22:41 +0200 Subject: [PATCH] ci: remove cron trigger from the check changelog job --- .ci/check-changelogs.groovy | 3 --- 1 file changed, 3 deletions(-) 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.