From d374a3bd50dd8514e18b15589e6b209fdee14510 Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Tue, 5 Mar 2024 09:05:43 +0100 Subject: [PATCH] df --- .github/workflows/maven.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2b894e4..17471e7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -11,17 +11,6 @@ jobs: - name: Checkout Repository uses: actions/checkout@v3 - - name: Check for [release] in commit message - id: check_release - run: | - if echo "${{ github.event.head_commit.message }}" | grep -q "\[release\]"; then - echo "Release tag found in commit message, proceeding with the workflow..." - echo "::set-output name=proceed::true" - else - echo "Release tag not found in commit message, stopping the workflow..." - echo "::set-output name=proceed::false" - fi - - name: Set up JDK 17 if: steps.check_release.outputs.proceed == 'true' uses: actions/setup-java@v3