diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfa18d3f560f..bee2cadf913b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,8 @@ jobs: # Main job for h2/docker DBs. build: + needs: + format_checks permissions: contents: read name: OpenJDK 25 - ${{matrix.rdbms}} @@ -145,6 +147,8 @@ jobs: # Job for builds on Oracle TP infrastructure. # This is untrusted, even for pushes, see below. otp: + needs: + format_checks permissions: contents: read name: GraalVM 25 - ${{matrix.rdbms}}