Skip to content

Commit de32a6e

Browse files
Checkout PR, not target
1 parent fd38cfb commit de32a6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/qa.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
name: Checkout
1919
uses: actions/checkout@v2
2020
id: checkout
21+
with:
22+
ref: 'refs/pull/${{ github.event.number }}/merge'
2123

2224
-
2325
name: Install tools

0 commit comments

Comments
 (0)