This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Description
Currently we run tests per each commit in each PR for qa-automation repository. This creates additional load to our hosts we run tests on. Also, sometimes it is not needed to run tests per each commit because PR is somewhat not ready
What is needed:
- stop triggering tests per each commit in PRs for automation repository
- add mechanism to trigger tests on demand (we can do that by checking PR status, lets say moving PR to 'ready for review' triggers tests launch)