From 2bcf9117c7af86ce8cf4a994b4c8b69773bfa926 Mon Sep 17 00:00:00 2001 From: CodingPhoenixx Date: Fri, 29 May 2026 09:23:00 +0200 Subject: [PATCH] Remove unused comments in `ci.yml` to improve readability and maintain consistency across workflow steps. --- .gitea/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b874051..46a3d14 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,7 +8,6 @@ on: jobs: run-tests: runs-on: java26 - steps: - name: Checkout Code run: | @@ -44,7 +43,6 @@ jobs: create-release: runs-on: java26 - # Create the Gitea tag/release after tests pass, before publishing needs: run-tests env: API_BASE: ${{ github.server_url }}/api/v1/repos/${{ github.repository }} @@ -181,7 +179,6 @@ jobs: check-and-publish: runs-on: java26 - # Publish to the Maven repo after the Gitea release has been created needs: create-release env: MAVEN_REPO_URL: ${{ secrets.MAVEN_REPO_URL }}