From e0a00942eb1b3d509bc21e51a34450c1cddb9ce6 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Fri, 12 Dec 2025 20:49:39 +0100 Subject: [PATCH] Make format_checks as a first required workflow before triggering others --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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}}