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 df66863 commit 0aa2ec6Copy full SHA for 0aa2ec6
.github/workflows/ci.lib.yaml
@@ -13,6 +13,12 @@ jobs:
13
with:
14
submodules: recursive
15
16
+ - name: Checkout pull request branch
17
+ if: ${{ github.event_name == 'pull_request' }}
18
+ run: |
19
+ git fetch origin ${{ github.event.pull_request.head.ref }}:$GITHUB_HEAD_REF
20
+ git checkout $GITHUB_HEAD_REF
21
+
22
- name: Set up Go
23
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
24
0 commit comments