Skip to content

Commit 76decbe

Browse files
committed
ci: server: fix windows is not building PR branch
1 parent 658451b commit 76decbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/server.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ jobs:
129129
uses: actions/checkout@v4
130130
with:
131131
fetch-depth: 0
132+
ref: ${{ github.event.inputs.sha || github.event.pull_request.head.sha || github.sha || github.head_ref || github.ref_name }}
132133

133134
- name: libCURL
134135
id: get_libcurl

0 commit comments

Comments
 (0)