dorny / paths-filter

Conditionally run actions based on files modified by PR, feature branch or pushed commits
MIT License
1.98k stars 230 forks source link

docs: document dealing with chained dependencies #233

Open jonathanhood opened 3 months ago

jonathanhood commented 3 months ago

I have a use case for doing change detection where - depending on the changes detected - a series of chained/dependent jobs might be skipped. I struggled hard to figure out the right config this - so hoping a bit of added docs will save someone else from that particular headache.