diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 52303640..dad9459f 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -18,6 +18,8 @@ jobs: name: Checkout uses: actions/checkout@v2 id: checkout + with: + ref: 'refs/pull/${{ github.event.number }}/merge' - name: Install tools