From abc4461a648ba865709d79c51ccaf34f3ee983ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Gonz=C3=A1lez?= Date: Wed, 20 Nov 2024 14:27:14 +0100 Subject: [PATCH] ensure we checkout the test branch --- .github/workflows/release_nightly.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release_nightly.yml b/.github/workflows/release_nightly.yml index e407b4d62fc1..326350b969d2 100644 --- a/.github/workflows/release_nightly.yml +++ b/.github/workflows/release_nightly.yml @@ -22,6 +22,7 @@ jobs: submodules: recursive token: ${{ secrets.GT_DAXMOBILE }} fetch-depth: 0 + ref: feature/david/11-20-gha_only_execute_nightly_if_changes_made - name: Set up JDK 17 uses: actions/setup-java@v4