Is it possible to run tests ONLY for approved pull requests?

Hello. CircleCi provides the ability to run/build auto tests Only with pull requests. For this, we must set On for Only build pull requests in the Advanced Setting.

Is it possible to run tests not for all pull requests but ONLY for approved pull requests?

AFAIK, this is not possible at the moment. I’m curious why you want this, is it to save money?

Mostly run only for approved pull requests means reviewers will never know if the tests pass till they approve.