From 050b6679fe237a03d51d0716754cfbb42f8e2052 Mon Sep 17 00:00:00 2001 From: Niels Pardon Date: Tue, 10 Mar 2026 14:59:59 +0100 Subject: [PATCH] build: remove redundant examples build Signed-off-by: Niels Pardon --- .github/workflows/pr.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 9f86bf406..186517b58 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -63,26 +63,6 @@ jobs: git submodule foreach 'git fetch --unshallow || true' ./gradlew build --rerun-tasks - examples: - name: Build Examples - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v6 - with: - submodules: recursive - - name: Set up JDK 17 - uses: actions/setup-java@v5 - with: - java-version: '17' - distribution: 'temurin' - - uses: extractions/setup-just@v3 - - name: substrait-spark - shell: bash - run: | - pwd - ls -lart - just -f ./examples/substrait-spark/justfile buildapp - isthmus-native-image-mac-linux: name: Build Isthmus Native Image needs: java