Split Maven Central and GitHub Packages publish so releases are guaranteed to never consume GitHub Packages dependencies. Though Gradle repository content filtering already guaratees this now, code can be updated and there may be bugs. This is important as Maven Central doesn't check whether deps are also in Maven Central.
Also split check and dependench-submission and check, so dependency submission checks don't show in PRs as skipped at all.
Split Maven Central and GitHub Packages publish so releases are guaranteed to never consume GitHub Packages dependencies. Though Gradle repository content filtering already guaratees this now, code can be updated and there may be bugs. This is important as Maven Central doesn't check whether deps are also in Maven Central.
Also split check and dependench-submission and check, so dependency submission checks don't show in PRs as skipped at all.