From a219cb10c2c6cdb9094e32228cf3dbe2cbf30212 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Fri, 9 Jul 2021 15:11:42 +0200 Subject: [PATCH] Checkout PR, not target --- .github/workflows/qa.yml | 2 ++ 1 file changed, 2 insertions(+) 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