Skip to content

Commit

Permalink
Enabled fast release
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Gentili committed Oct 19, 2023
1 parent fdb9fbd commit 0ecdc70
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 0ecdc70

Please sign in to comment.