Skip to content

Commit fe1109b

Browse files
committed
action/compile: Update checkout to use PR head
Signed-off-by: Audun Korneliussen <[email protected]>
1 parent 7dfdf08 commit fe1109b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/compile-samples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
steps:
5959
- name: Checkout
6060
uses: actions/checkout@v4
61+
with:
62+
ref: ${{ github.event.pull_request.head.sha }}
6163

6264
- name: Setup environment
6365
# The toolchain should be installed already, but it might be under a sha instead of tag.

0 commit comments

Comments
 (0)