Skip to content

Commit 404e4e5

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

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
@@ -33,6 +33,8 @@ jobs:
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v4
36+
with:
37+
ref: ${{ github.event.pull_request.head.sha }}
3638

3739
- name: Parse NCS revision
3840
id: parse_revision

0 commit comments

Comments
 (0)