Is there a way to manually or automatically trigger only some pipelines on a PR? ๐Ÿ‘€ For example, if I changed only one sentence in a text file in the Django documentation, it would almost certainly be enough to run only the pipelines that involve the documentation and not the entire Django test set. ๐Ÿ’ก See this PR for example ๐Ÿ‘‡ #Github #Pipeline #Actions