Skip to content

Commit b1f8d5d

Browse files
author
Casey Hillers
authored
[ci.yaml] Disable packaging_test on release candidates (#124712)
[ci.yaml] Disable packaging_test on release candidates
1 parent 2a5ecb6 commit b1f8d5d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.ci.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,10 @@ targets:
415415
- name: Linux flutter_packaging_test
416416
recipe: packaging/packaging
417417
timeout: 60
418+
enabled_branches:
419+
- master
420+
- beta
421+
- stable
418422
properties:
419423
task_name: flutter_packaging
420424
tags: >
@@ -2741,6 +2745,10 @@ targets:
27412745
- name: Mac flutter_packaging_test
27422746
recipe: packaging/packaging
27432747
timeout: 60
2748+
enabled_branches:
2749+
- master
2750+
- beta
2751+
- stable
27442752
properties:
27452753
task_name: flutter_packaging
27462754
tags: >
@@ -2749,6 +2757,10 @@ targets:
27492757
- name: Mac_arm64 flutter_packaging_test
27502758
recipe: packaging/packaging
27512759
timeout: 60
2760+
enabled_branches:
2761+
- master
2762+
- beta
2763+
- stable
27522764
properties:
27532765
task_name: flutter_packaging
27542766
tags: >
@@ -4911,6 +4923,10 @@ targets:
49114923
- name: Windows flutter_packaging_test
49124924
recipe: packaging/packaging
49134925
timeout: 60
4926+
enabled_branches:
4927+
- master
4928+
- beta
4929+
- stable
49144930
properties:
49154931
task_name: flutter_packaging
49164932
tags: >

0 commit comments

Comments
 (0)