diff --git a/.github/workflows/run-experiments-hibernate-search.yml b/.github/workflows/run-experiments-hibernate-search.yml index d2c572a..00176d2 100644 --- a/.github/workflows/run-experiments-hibernate-search.yml +++ b/.github/workflows/run-experiments-hibernate-search.yml @@ -13,7 +13,8 @@ permissions: env: DEVELOCITY_URL: "https://ge.solutions-team.gradle.com" - GIT_REPO: "https://github.com/hibernate/hibernate-search" + GIT_REPO: "https://github.com/ribafish/hibernate-search" + GIT_BRANCH: "fix/build-cache-checkstyle-relocatability" GOALS: "install" ARGS: "-B -Pjqassistant -Pci-build -DskipITs" @@ -44,6 +45,7 @@ jobs: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: gitRepo: ${{ env.GIT_REPO }} + gitBranch: ${{ env.GIT_BRANCH }} goals: ${{ env.GOALS }} args: ${{ env.ARGS }} develocityUrl: ${{ env.DEVELOCITY_URL }} @@ -55,6 +57,7 @@ jobs: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: gitRepo: ${{ env.GIT_REPO }} + gitBranch: ${{ env.GIT_BRANCH }} goals: ${{ env.GOALS }} args: ${{ env.ARGS }} develocityUrl: ${{ env.DEVELOCITY_URL }}