diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index cc19978c44e00..4352db26045a4 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -53,8 +53,9 @@ jobs: - name: Apply PR run: | - git fetch origin ${{ github.event.pull_request.head.ref }} - git checkout ${{ github.event.pull_request.head.ref }} + git remote add pr ${{ github.event.pull_request.head.repo.clone_url }} + git fetch pr ${{ github.event.pull_request.head.ref }} + git checkout -b pr/${{ github.event.pull_request.head.ref }} git submodule update ./occ upgrade