diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 0080383f8..11402d590 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -4,7 +4,11 @@ on: push: branches: - azure - + pull_request: + branches: + - azure + workflow_dispatch: + permissions: id-token: write contents: read @@ -58,7 +62,7 @@ jobs: use-staging-deployment: false package: ${{ github.workspace }}/${{ env.API_GATEWAY_JAR }} jvm-options: -XX:InitialRAMPercentage=50.0 -XX:MinRAMPercentage=66.6 -XX:MaxRAMPercentage=66.6 - runtime-version: Java_17 + # runtime-version: Java_17 cpu: 1 memory: 3Gi environment-variables: -SPRING_PROFILES_ACTIVE passwordless BP_JVM_VERSION=17 @@ -73,7 +77,7 @@ jobs: use-staging-deployment: false package: ${{ github.workspace }}/${{ env.ADMIN_SERVER_JAR }} jvm-options: -XX:InitialRAMPercentage=50.0 -XX:MinRAMPercentage=66.6 -XX:MaxRAMPercentage=66.6 - runtime-version: Java_17 + # runtime-version: Java_17 cpu: 1 memory: 3Gi environment-variables: -SPRING_PROFILES_ACTIVE passwordless BP_JVM_VERSION=17 @@ -88,7 +92,7 @@ jobs: use-staging-deployment: false package: ${{ github.workspace }}/${{ env.CUSTOMERS_SERVICE_JAR }} jvm-options: -XX:InitialRAMPercentage=50.0 -XX:MinRAMPercentage=66.6 -XX:MaxRAMPercentage=66.6 - runtime-version: Java_17 + # runtime-version: Java_17 cpu: 1 memory: 3Gi environment-variables: -SPRING_PROFILES_ACTIVE passwordless BP_JVM_VERSION=17 @@ -103,7 +107,7 @@ jobs: use-staging-deployment: false package: ${{ github.workspace }}/${{ env.VETS_SERVICE_JAR }} jvm-options: -XX:InitialRAMPercentage=50.0 -XX:MinRAMPercentage=66.6 -XX:MaxRAMPercentage=66.6 - runtime-version: Java_17 + # runtime-version: Java_17 cpu: 1 memory: 3Gi environment-variables: -SPRING_PROFILES_ACTIVE passwordless BP_JVM_VERSION=17 @@ -118,7 +122,7 @@ jobs: use-staging-deployment: false package: ${{ github.workspace }}/${{ env.VISITS_SERVICE_JAR }} jvm-options: -XX:InitialRAMPercentage=50.0 -XX:MinRAMPercentage=66.6 -XX:MaxRAMPercentage=66.6 - runtime-version: Java_17 + # runtime-version: Java_17 cpu: 1 memory: 3Gi environment-variables: -SPRING_PROFILES_ACTIVE passwordless BP_JVM_VERSION=17 \ No newline at end of file