mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Revert: "Run flutter_packaging
builders on release candidates (#168917)
This reverts commit 567162a91c
.
`flutter_packaging` builders only should run on `stable` or `beta`, the
original definition was correct.
This commit is contained in:
parent
a164f65386
commit
94c661082c
4
.ci.yaml
4
.ci.yaml
@ -6945,7 +6945,6 @@ targets:
|
||||
scheduler: release
|
||||
bringup: true # https://github.com/flutter/flutter/issues/126286
|
||||
enabled_branches:
|
||||
- flutter-\d+\.\d+-candidate\.\d+
|
||||
- beta
|
||||
- stable
|
||||
properties:
|
||||
@ -6960,7 +6959,6 @@ targets:
|
||||
timeout: 60
|
||||
scheduler: release
|
||||
enabled_branches:
|
||||
- flutter-\d+\.\d+-candidate\.\d+
|
||||
- beta
|
||||
- stable
|
||||
properties:
|
||||
@ -6977,7 +6975,6 @@ targets:
|
||||
timeout: 60
|
||||
scheduler: release
|
||||
enabled_branches:
|
||||
- flutter-\d+\.\d+-candidate\.\d+
|
||||
- beta
|
||||
- stable
|
||||
properties:
|
||||
@ -6994,7 +6991,6 @@ targets:
|
||||
scheduler: release
|
||||
bringup: true
|
||||
enabled_branches:
|
||||
- flutter-\d+\.\d+-candidate\.\d+
|
||||
- beta
|
||||
- stable
|
||||
properties:
|
||||
|
Loading…
Reference in New Issue
Block a user