Description
When using monorepo (=more packages in one git repository, defined using the packages key) with many packages, triggering actions for all the packages is not needed.
Let's check the affected paths first and react only if anything has been done to the package-related path.
Benefit
- Safe of resources. (=Only the important/relevant jobs are done.)
- Cleaner UX. (=Just important/relevant results are shown.)
Importance
This has been asked multiple times, but lately by @LecrisUT who wants to use a monorepo with ~500 packages.
What is the impacted category (job)?
General
Workaround
Participation
Description
When using monorepo (=more packages in one git repository, defined using the
packageskey) with many packages, triggering actions for all the packages is not needed.Let's check the affected paths first and react only if anything has been done to the package-related path.
Benefit
Importance
This has been asked multiple times, but lately by @LecrisUT who wants to use a monorepo with ~500 packages.
What is the impacted category (job)?
General
Workaround
Participation