From 6c4339ac4fb47cce20c47af230baab79ac777543 Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Thu, 19 Jun 2025 12:39:14 +0200 Subject: [PATCH] fix(ci): Remove dummy "build" job from Gradle CI Since #1897, the jobs in gradle.yaml changed and the "build" job was split into many smaller jobs. But since it was a required job, it couldn't be removed immediately. --- .github/workflows/gradle.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 86c0f25e03..ae974984f6 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -34,16 +34,6 @@ on: jobs: - # TODO remove this job in a future PR - build: - - runs-on: ubuntu-latest - permissions: - contents: read - steps: - - name: Always succeeds - run: echo "Success!" - unit-tests: name: Unit Tests runs-on: ubuntu-latest