Skip to content

Commit

Permalink
Update release tuesday calculation to be 3rd tuesday of month
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard committed Jan 2, 2025
1 parent fe162d8 commit 332fef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/build/common/trigger_beta_build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ node('worker') {
def binariesRepoTag = publishJobTag + "-beta"

if (isDuringReleasePeriod()) {
echo "We are within a release period (previous Saturday to the following Sunday around the release Tuesday), so testing is disabled."
echo "We are within a release period (prior week previous Saturday to the following Sunday around the release Tuesday), so testing is disabled."
enableTesting = false
}

Expand Down

0 comments on commit 332fef2

Please sign in to comment.