556: ci: do not run tests on master push r=Dirbaio a=Dirbaio
bors already tests the *result* of merging PRs into master, and then
pushes the *exact same commit* to master on success, so it's guaranteed
to pass CI. No point in running everything again.
This'll make other CI runs faster, since we have so many jobs that we're
always running against the GHA limit of 10 concurrent jobs.
Co-authored-by: Dario Nieuwenhuis <dirbaio@dirbaio.net>