diff --git a/.github/workflows/build-jar.yml b/.github/workflows/build-jar.yml index cc541dc..41a0e21 100644 --- a/.github/workflows/build-jar.yml +++ b/.github/workflows/build-jar.yml @@ -40,7 +40,6 @@ jobs: git config --local user.email "github-actions@idealo.de" git config --local user.name "github-actions[bot]" - git pull origin ${{ github.head_ref }} --rebase || echo "No changes to pull" git add latest-version/mongodb-performance-test.jar # Check if there are staged changes