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.
2 parents afe001f + b4157f1 commit af9eafdCopy full SHA for af9eafd
.github/workflows/tests.yml
@@ -23,6 +23,11 @@ jobs:
23
runs-on: ${{ matrix.os }}
24
timeout-minutes: 60 # Increased timeout for ARM builds
25
steps:
26
+ - name: Checkout PR commit
27
+ uses: actions/checkout@v4
28
+ with:
29
+ ref: ${{ github.event.inputs.head_sha || github.sha }}
30
+
31
- name: Set up Homebrew
32
id: set-up-homebrew
33
uses: Homebrew/actions/setup-homebrew@master
0 commit comments