Open
Description
The github.com/containers organization is pretty large and active, but only has the default 20 Github-hosted runners available right now.
We have this repo hooked up to Testing Farm. The problem here is that the 4 distinct TF runs we do each occupy a whole Github-hosted action runner virtual machine to basically poll a remote HTTP server, which is quite wasteful.
It looks to me like the TF action itself supports being configured to report status back to the PR, without holding a runner? There's an update_pull_request_status
flag...
Hmm, are we doing things this way because we're cloning the git repository here because we have the tests?
cc @henrywang