Currently the workflow [checkRepositoryFiles.yml](https://github.com/ioBroker/ioBroker.repositories/actions/workflows/checkRepositoryFiles.yml) runs on every PR for up to 40 minutes (in addition to a [schedule](https://github.com/ioBroker/ioBroker.repositories/blob/4730698f142e528e8405a48935fa471a0e94d988/.github/workflows/checkRepositoryFiles.yml#L6-L9)). Inside a PR, it would make sense to only run the tests related to the adapter(s) modified with the given PR.
Currently the workflow checkRepositoryFiles.yml runs on every PR for up to 40 minutes (in addition to a schedule).
Inside a PR, it would make sense to only run the tests related to the adapter(s) modified with the given PR.