Trigger job when the file with dependencies has been changed

I have 2 jobs and I want trigger one of them only when dependencies file requirements.txt has been changed. Is it possible to do this and how?

:wave: Hi @elektruver,

It is indeed possible to execute specific workflows or steps based on which files are modified.

To do so you’d need to leverage dynamic config via setup workflows and the path-filtering orb.

You can find a detailed example of how to proceed in our documentation.

Let me know if this helps.