File tree Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -503,13 +503,13 @@ workflows:
503
503
- ' j17'
504
504
- ' j21'
505
505
- ' j25'
506
- filters :
507
- tags :
508
- only : /^v.*/
509
- branches :
510
- only :
511
- - main
512
- - next
506
+ # filters:
507
+ # tags:
508
+ # only: /^v.*/
509
+ # branches:
510
+ # only:
511
+ # - main
512
+ # - next
513
513
- test :
514
514
name : test-jackson-<<matrix.args>>
515
515
matrix :
@@ -524,13 +524,13 @@ workflows:
524
524
- ' -Dadb.jackson.version=2.14.3'
525
525
- ' -Dadb.jackson.version=2.13.5'
526
526
- ' -Dadb.jackson.version=2.12.7'
527
- filters :
528
- tags :
529
- only : /^v.*/
530
- branches :
531
- only :
532
- - main
533
- - next
527
+ # filters:
528
+ # tags:
529
+ # only: /^v.*/
530
+ # branches:
531
+ # only:
532
+ # - main
533
+ # - next
534
534
- test :
535
535
name : test-native-ssl=<<matrix.ssl>>-<<matrix.graalvm-version>>
536
536
matrix :
@@ -545,13 +545,13 @@ workflows:
545
545
graalvm-version :
546
546
- ' 25-graalce'
547
547
- ' 21.0.2-graalce'
548
- filters :
549
- tags :
550
- only : /^v.*/
551
- branches :
552
- only :
553
- - main
554
- - next
548
+ # filters:
549
+ # tags:
550
+ # only: /^v.*/
551
+ # branches:
552
+ # only:
553
+ # - main
554
+ # - next
555
555
- test-shaded :
556
556
name : test-native-shaded-ssl=<<matrix.ssl>>-<<matrix.graalvm-version>>
557
557
matrix :
@@ -566,13 +566,13 @@ workflows:
566
566
graalvm-version :
567
567
- ' 25-graalce'
568
568
- ' 21.0.2-graalce'
569
- filters :
570
- tags :
571
- only : /^v.*/
572
- branches :
573
- only :
574
- - main
575
- - next
569
+ # filters:
570
+ # tags:
571
+ # only: /^v.*/
572
+ # branches:
573
+ # only:
574
+ # - main
575
+ # - next
576
576
577
577
test-non-func :
578
578
when :
You can’t perform that action at this time.
0 commit comments