When a modification is made in system tests, the CI tries to detect which scenario to run :
- based on modified files in
tests/
, by extracting scenarios targerted by those files - based on any modification in a
tests/**/utils.py
, and applying the logic 1. on any sub file intests/**
- based on labels applyied to the PR, if anything outside
tests/
folder is modified.