File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Load diff This file was deleted.
Load diff This file was deleted.
Original file line number Diff line number Diff line change 11name : " example"
22
33on :
4+ workflow_dispatch :
45 pull_request :
56 push :
67 branches :
78 - main
89 - develop
9- - ' release/**'
10+ - " release/**"
1011 paths :
11- - ' example/**/*.dart'
12- - ' example/**/*.yaml'
13- - .github/workflows/_base*.yaml
12+ - " example/**/*.dart"
13+ - " example/**/*.yaml"
1414 - .github/workflows/example.yaml
1515 release :
1616 types : [published]
1717
1818jobs :
19- is-flutter :
20- uses : ./.github/workflows/_base-has_flutter.yaml
21- with :
22- path : ' .'
23-
24- dart :
25- needs : is-flutter
26- if : needs.is-flutter.outputs.is_flutter == '0'
27- strategy :
28- matrix :
29- example : [ editor ]
30- name : " ${{ matrix.example }}"
31- uses : ./.github/workflows/_base-dart.yaml
32- with :
33- path : " example/${{ matrix.example }}"
34-
35- flutter :
36- needs : is-flutter
37- if : needs.is-flutter.outputs.is_flutter == '1'
19+ ci :
3820 strategy :
3921 matrix :
40- example : [ editor ]
41- name : " ${{ matrix.example }}"
42- uses : ./.github/workflows/_base-flutter.yaml
22+ include :
23+ - package : auto_layout_frame
24+ example : editor
25+ name : " ${{ matrix.package }} (${{ matrix.example }})"
26+ uses : kerberjg/dart_flutter_ci_experiments/.github/workflows/pipeline.yaml@4224e695167e35d90952e21953b2f933b0f045b0
4327 with :
4428 path : " example/${{ matrix.example }}"
You can’t perform that action at this time.
0 commit comments