From d3e55ffe2c1a13ff9454cdf643b848a932f370a4 Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 2 May 2024 08:20:26 +0200 Subject: [PATCH] Releasing new version --- .github/workflows/[A] build and test, release if requested.yml | 3 +-- 1 file changed, 1 insertion(+), 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 627a9027..0bee36f5 100644 --- a/.github/workflows/[A] build and test, release if requested.yml +++ b/.github/workflows/[A] build and test, release if requested.yml @@ -35,7 +35,7 @@ on: - "**.sh" - "**.cmd" - "**.java" -# - ".github/workflows/**" + - ".github/workflows/**" - "**.properties" - "**.xml" @@ -265,7 +265,6 @@ 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] name: Release if requested runs-on: ubuntu-latest