This repository was archived by the owner on Jul 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
annotation-app/src/app/component/projects/project-analyze Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright 2019-2021 VMware, Inc.
2
+ # Copyright 2019-2024 VMware, Inc.
3
3
# SPDX-License-Identifier: Apache-2.0
4
4
#
5
5
6
6
name : check-header
7
7
8
8
on :
9
9
push :
10
- branches : ["**", '!master' ]
10
+ branches : ["**"]
11
11
pull_request :
12
12
branches : ['**']
13
13
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright 2019-2021 VMware, Inc.
2
+ # Copyright 2019-2024 VMware, Inc.
3
3
# SPDX-License-Identifier: Apache-2.0
4
4
#
5
5
6
6
name : sonarcloud_scan_app
7
7
8
8
on :
9
9
push :
10
- branches : ["**", '!master' ]
10
+ branches : ["**"]
11
11
pull_request :
12
12
branches : ['**']
13
13
Original file line number Diff line number Diff line change @@ -1753,7 +1753,7 @@ export class ProjectAnalyzeComponent implements OnInit {
1753
1753
let flag1 ;
1754
1754
let flag2 ;
1755
1755
if ( this . projectType == 'ner' || this . projectType == 'qa' || this . projectType == 'log' ) {
1756
- flag1 = this . sr . userInputs && this . sr . userInputs . length > 0 && this . sr . userInputs [ 0 ] . problemCategory . length >= 0 ;
1756
+ flag1 = this . sr . userInputs && this . sr . userInputs . length > 0 && this . sr . userInputs [ 0 ] . problemCategory . length ;
1757
1757
} else {
1758
1758
flag1 = this . sr . userInputs && this . sr . userInputs . length > 0 ;
1759
1759
}
You can’t perform that action at this time.
0 commit comments