This is an automated email from the ASF dual-hosted git repository.
fanng pushed a commit to branch remove_release
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/remove_release by this push:
new d209ad5a5b ci: remove release task from build workflow
d209ad5a5b is described below
commit d209ad5a5b47a470beb8a076699847478c6eb34a
Author: fanng <[email protected]>
AuthorDate: Fri Mar 13 16:40:28 2026 +0800
ci: remove release task from build workflow
---
.github/workflows/build.yml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index fae1b875c0..dc7fd79d75 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -84,7 +84,7 @@ jobs:
- name: Build with Gradle
run: |
- ./gradlew release -x test
+ ./gradlew build -x test
# To check the spark-connector is compatible with scala2.13
spark-connector-build:
@@ -195,9 +195,6 @@ jobs:
echo "Total coverage ${{ steps.coverage.outputs.coverage-overall }}"
echo "Changed Files coverage ${{
steps.coverage.outputs.coverage-changed-files }}"
- - name: Release with Gradle
- run: ./gradlew clean && ./gradlew release -x test --rerun-tasks
-
- name: Upload unit tests report
uses: actions/upload-artifact@v4
if: failure()