From 0ecdc701fd1759573e487e8d1aafbc3f8dbb8006 Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 19 Oct 2023 12:39:34 +0200 Subject: [PATCH] Enabled fast release --- .../workflows/[A] build and test, release if requested.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/[A] build and test, release if requested.yml b/.github/workflows/[A] build and test, release if requested.yml index c679d01c..60c85ba7 100644 --- a/.github/workflows/[A] build and test, release if requested.yml +++ b/.github/workflows/[A] build and test, release if requested.yml @@ -263,8 +263,8 @@ jobs: #To ensure compatibility with the Java 7 version the build must never be run with a JDK version higher than 19 release: -# needs: [elaborate-java-hook-module] - needs: [build-and-test-with-zulu-JDK, build-and-test-with-liberica-JDK, build-and-test-with-semeru-JDK, build-and-test-with-temurin-JDK] + needs: [elaborate-java-hook-module] +# needs: [build-and-test-with-zulu-JDK, build-and-test-with-liberica-JDK, build-and-test-with-semeru-JDK, build-and-test-with-temurin-JDK] name: Release if requested runs-on: ubuntu-latest if: github.event_name == 'push' && endsWith(github.event.head_commit.message, 'Releasing new version')