diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index e5cbac5fe8faa..b05390772cf4a 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -51,8 +51,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