diff --git a/.github/workflows/gitlab_ci.yml b/.github/workflows/gitlab_ci.yml index 3084cb37cd..d608e2c264 100644 --- a/.github/workflows/gitlab_ci.yml +++ b/.github/workflows/gitlab_ci.yml @@ -68,8 +68,9 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - ref: "${{ github.event.pull_request.merge_commit_sha }}" + ref: "${{ github.event.pull_request.head.sha }}" persist-credentials: false + fetch-depth: 0 - name: Mirror and wait for Gitlab-CI uses: jakob-fritz/github2lab_action@Iss35_mirror_pr env: