We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe20ae0 commit 685383bCopy full SHA for 685383b
.github/workflows/hil.yml
@@ -25,6 +25,8 @@ jobs:
25
steps:
26
- name: Checkout Repository
27
uses: actions/checkout@v4
28
+ with:
29
+ ref: ${{ github.event.pull_request.head.sha }} # Check out the code of the PR
30
31
- name: Generate Chunks matrix
32
id: gen-chunks
@@ -51,6 +53,9 @@ jobs:
51
53
52
54
55
56
57
58
+
59
- name: Build sketches
60
run: |
61
bash .github/scripts/tests_build.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}}
0 commit comments