Skip to content

Commit a6efa25

Browse files
authored
Typo weekly -> Weekly (#907)
Signed-off-by: Sophia Guo <[email protected]>
1 parent 1a3b049 commit a6efa25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipelines/build/common/weekly_release_pipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ stage('Submit Release Pipelines') {
3131

3232
// ensure test jobs are regenerated weekly
3333
def aqaAutoGen = false
34-
if ( params.releaseType == 'weekly' ) {
34+
if ( params.releaseType == 'Weekly' ) {
3535
aqaAutoGen = true
3636
}
3737

0 commit comments

Comments
 (0)