Skip to content

Commit

Permalink
Typo weekly -> Weekly (#907)
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Guo <[email protected]>
  • Loading branch information
sophia-guo authored Jan 31, 2024
1 parent 1a3b049 commit a6efa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/build/common/weekly_release_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ stage('Submit Release Pipelines') {

// ensure test jobs are regenerated weekly
def aqaAutoGen = false
if ( params.releaseType == 'weekly' ) {
if ( params.releaseType == 'Weekly' ) {
aqaAutoGen = true
}

Expand Down

0 comments on commit a6efa25

Please sign in to comment.