Skip to content

Commit

Permalink
fixes #337
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Sep 20, 2023
1 parent 54f4322 commit 175d647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
// give us the max time in a day to get things right.
triggers {
// Nightly @12am, for "goa-copy-for-mirror", skip "release" night.
cron('0 0 2-31 * *')
cron('0 0 2-31/2 * *')
}
environment {

Expand Down

0 comments on commit 175d647

Please sign in to comment.