Skip to content

Commit

Permalink
ci: remove cron trigger from the check changelog job (#3957)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat committed Jul 13, 2020
1 parent 64a66e6 commit 035bb74
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .ci/check-changelogs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 035bb74

Please sign in to comment.