This is an automated email from the ASF dual-hosted git repository.
adutra pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 9fd13c4f9 fix(ci): Remove dummy "build" job from Gradle CI (#1911)
9fd13c4f9 is described below
commit 9fd13c4f97e35da8af73ab0e7a21839210835e3c
Author: Alexandre Dutra <[email protected]>
AuthorDate: Thu Jun 19 15:54:32 2025 +0200
fix(ci): Remove dummy "build" job from Gradle CI (#1911)
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 86c0f25e0..ae974984f 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