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 2a56701 commit 404e4e5Copy full SHA for 404e4e5
.github/workflows/compile-samples.yml
@@ -33,6 +33,8 @@ jobs:
33
steps:
34
- name: Checkout
35
uses: actions/checkout@v4
36
+ with:
37
+ ref: ${{ github.event.pull_request.head.sha }}
38
39
- name: Parse NCS revision
40
id: parse_revision
0 commit comments