alteryx / locust-grasshopper

a load testing tool extended from locust
Apache License 2.0
177 stars 9 forks source link

change quality checks to run on PRs along with pushes #48

Closed jmfiola closed 3 months ago

jmfiola commented 3 months ago

in https://github.com/alteryx/locust-grasshopper/pull/45, @pradippatil noticed that checks were sometimes not running for pull requests. This should fix that issue, along with the bit of unformatted linting that should have been done in the aformentioned PR.

devashish2203 commented 3 months ago

I'm guessing this was because all earlier PRs were raised from branches in this repo, while @pradippatil raised it from a fork of the repo.