Skip to content

Commit 8ef74d5

Browse files
committed
fix: build PR head, not some random merge commit
1 parent 7bcc7bd commit 8ef74d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
steps:
77
- name: Checkout
88
uses: actions/checkout@v3
9+
with:
10+
ref: ${{ github.event.pull_request.head.sha }}
911
- name: Install Go
1012
uses: actions/setup-go@v3
1113
with:

0 commit comments

Comments
 (0)