Ci: Make compile-check job run independent from other jobs

This commit is contained in:
Lars Simon Winzer
2026-03-13 23:17:10 +01:00
parent 8aa71a4430
commit 147f84665e
+1
View File
@@ -33,5 +33,6 @@ compile-check:
image: gradle:9.3.1-jdk25
script:
- gradle compileTestJava
needs: []
rules:
- when: manual