Remove unused comments in ci.yml to improve readability and maintain consistency across workflow steps.
CI - Test, Publish and Release / run-tests (push) Successful in 18s
CI - Test, Publish and Release / create-release (push) Successful in 19s
CI - Test, Publish and Release / check-and-publish (push) Successful in 13s

This commit is contained in:
CodingPhoenixx
2026-05-29 09:23:00 +02:00
parent 3515c67a20
commit 2bcf9117c7
-3
View File
@@ -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 }}