Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:

# Main job for h2/docker DBs.
build:
needs:
format_checks
permissions:
contents: read
name: OpenJDK 25 - ${{matrix.rdbms}}
Expand Down Expand Up @@ -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}}
Expand Down
Loading