Skip to content

Commit

Permalink
ci: 7.17 is not available for the daily run (#1417)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Oct 5, 2022
1 parent 7155492 commit f4b8e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/schedule-daily.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pipeline {
stages {
stage('Nighly beats builds') {
steps {
runBuilds(quietPeriodFactor: 2000, branches: ['main', '8.<minor>', '8.<next-patch>', '7.<minor>'])
runBuilds(quietPeriodFactor: 2000, branches: ['main', '8.<minor>', '8.<next-patch>'])
}
}
}
Expand Down

0 comments on commit f4b8e2e

Please sign in to comment.