Closed
Description
I see that you have one workflow file for three packages: https://github.com/dart-lang/native/blob/main/.github/workflows/dart.yaml.
Are you happy with this setup? It's also possible (w/o much real duplication) to have a workflow file per packages, and to have those workflows only trigger when files in each individual package change. See https://github.com/dart-lang/tools/tree/main/.github/workflows for an example.