Skip to content

Remove old nesting logic #19

Remove old nesting logic

Remove old nesting logic #19

Workflow file for this run

name: "example"
on:
schedule:
- cron: "0 12 * * 3"
pull_request:
push:
branches:
- main
- develop
- "release/**"
paths:
- "example/**/*.dart"
- "example/**/*.yaml"
- .github/workflows/example.yaml
release:
types: [published]
jobs:
ci:
strategy:
matrix:
include:
- package: auto_layout_frame
example: editor
name: "${{ matrix.package }} (${{ matrix.example }})"
uses: kerberjg/dart_flutter_ci_experiments/.github/workflows/pipeline.yaml@4224e695167e35d90952e21953b2f933b0f045b0
with:
path: "example/${{ matrix.example }}"