Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 685383b

Browse files
committedApr 30, 2024
Update hil.yml
1 parent fe20ae0 commit 685383b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/hil.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
steps:
2626
- name: Checkout Repository
2727
uses: actions/checkout@v4
28+
with:
29+
ref: ${{ github.event.pull_request.head.sha }} # Check out the code of the PR
2830

2931
- name: Generate Chunks matrix
3032
id: gen-chunks
@@ -51,6 +53,9 @@ jobs:
5153
steps:
5254
- name: Checkout Repository
5355
uses: actions/checkout@v4
56+
with:
57+
ref: ${{ github.event.pull_request.head.sha }} # Check out the code of the PR
58+
5459
- name: Build sketches
5560
run: |
5661
bash .github/scripts/tests_build.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}}

0 commit comments

Comments
 (0)
Please sign in to comment.