supabase / supavisor

A cloud-native, multi-tenant Postgres connection pooler.
https://supabase.github.io/supavisor/
Apache License 2.0
1.65k stars 54 forks source link

chore: reorganise GHA #374

Closed hauleth closed 5 days ago

hauleth commented 1 week ago

What kind of change does this PR introduce?

hauleth commented 1 week ago

Ideally we could also split up CI action to run more things in parallel to improve feedback loop even more.

For example we could run:

in parallel to allow user to see where their code is failing faster, it also should result in successful runs happens faster, at the cost of more CI compute time spent.