SUSE/BCI-tests

Run CI pipelines only for affected changes

jlausuch opened this issue · 2 comments

We are running the full pipeline list of tests for each new commit/PR. Sometimes, the changes are done in specific test environment and we could limit those runs to only run that environment. This way, we could save time and unnecessary resources, and specially ci failures that have nothing to do with the change under review.

Unfortunately this is currently not possible in github actions, as we generate the jobs dynamically but one can only filter workflows whole workflows via paths.