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 7dfdf08 commit fe1109bCopy full SHA for fe1109b
.github/workflows/compile-samples.yml
@@ -58,6 +58,8 @@ jobs:
58
steps:
59
- name: Checkout
60
uses: actions/checkout@v4
61
+ with:
62
+ ref: ${{ github.event.pull_request.head.sha }}
63
64
- name: Setup environment
65
# The toolchain should be installed already, but it might be under a sha instead of tag.
0 commit comments