From f7b1660be5568fc9543074880aa8901ddfb150f5 Mon Sep 17 00:00:00 2001 From: shayaantx <5449086+shayaantx@users.noreply.github.com> Date: Tue, 19 Dec 2023 20:47:08 -0500 Subject: [PATCH] More actions updates --- .github/workflows/development-branch.yml | 2 -- .github/workflows/pull-request.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/development-branch.yml b/.github/workflows/development-branch.yml index 6bf09b2..ff6174d 100644 --- a/.github/workflows/development-branch.yml +++ b/.github/workflows/development-branch.yml @@ -27,8 +27,6 @@ jobs: echo "Building $VERSION" - name: Build run: mvn --no-transfer-progress compile - - name: Test - run: mvn --no-transfer-progress test - name: Package run: mvn --no-transfer-progress package -DskipTests - name: Create Github Release diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d18dc1a..c9f9fa0 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - ref: "${{ github.event.pull_request.merge_commit_sha }}" + ref: ${{ github.event.pull_request.head.sha }} - name: Setup java uses: actions/setup-java@v1 with: