test #4

Merged
swordsteel merged 1 commits from feature/test into master 2025-09-15 09:43:30 +00:00
3 changed files with 3 additions and 23 deletions
Showing only changes of commit 0adfd75eeb - Show all commits

View File

@@ -8,27 +8,7 @@ on:
jobs:
call-publish:
uses: aura-ascend/common-workflows/.gitea/workflows/build.yaml@master
uses: aura-ascend/common-workflows/.gitea/workflows/gradle-build.yaml@master
with:
JAVA_VERSION: 17
secrets: inherit
# gradle-build:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v4
# with:
# fetch-depth: 1
# ref: ${{ inputs.BRANCH_REFERENCE }}
# token: ${{ secrets.CI_BOT_TOKEN }}
# - name: Set up JDK
# uses: actions/setup-java@v4
# with:
# distribution: temurin
# java-version: 17
#
# - name: Run Gradle Build
# run: ./gradlew build

View File

@@ -8,8 +8,8 @@ on:
jobs:
dev-publish:
# if: |
# !startsWith(github.event.head_commit.message, '[RELEASE]')
if: |
!startsWith(github.event.head_commit.message, '[RELEASE]')
uses: aura-ascend/common-workflows/.gitea/workflows/publish-artifact.yaml@master
with:
JAVA_VERSION: 17