Remove unused comments in ci.yml to improve readability and maintain consistency across workflow steps.
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user