Description
When opening #1239, which only touches the PR request template, I noticed that GH actions run almost all checks, which is unnecessary.
We can use path filters for some of the workflows like flutter.yml or e2e_dart.yml to avoid unneeded GH action runs.
You can have a look at Cocoa 1, Cocoa 2 for reference