Remix.run Logo
cweagans 6 days ago

That's not exactly true. You just won't be able to use self-hosted infra to validate GitHub PRs a) using GHA and b) for free.

GitHub still supports e.g. PR checks that originate from other systems. We had PR checks before GHA and it's easy enough to go back to that. Jenkins has some stuff built in or you can make some simple API calls.

It's not as convenient, but it works just fine.

featherless 6 days ago | parent [-]

Won't those other systems create a cost that is metered in terms of run-time?

cweagans 6 days ago | parent [-]

I suppose any compute resources would, but it wouldn’t be GitHub charging you for it if you’re not using GHA.