From e6718678681182c0c109f7abbc018839656fe99d Mon Sep 17 00:00:00 2001 From: filipe Date: Fri, 16 Aug 2024 04:22:24 -0300 Subject: [PATCH] chore: test branch code when required (#246) Co-authored-by: filipe --- .github/workflows/pro-extension-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pro-extension-test.yml b/.github/workflows/pro-extension-test.yml index 7faeaa69..7caa1140 100644 --- a/.github/workflows/pro-extension-test.yml +++ b/.github/workflows/pro-extension-test.yml @@ -219,6 +219,8 @@ jobs: needs: build steps: - uses: actions/checkout@v4 + with: + ref: ${{ github.event.pull_request.head.sha || github.ref }} - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v4 @@ -334,6 +336,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + ref: ${{ github.event.pull_request.head.sha || github.ref }} - name: Download Ubuntu Artifacts uses: actions/download-artifact@v2