Skip to content

Commit c0659d3

Browse files
committed
Try another ref
1 parent 3fab59a commit c0659d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Checkout
5555
uses: actions/checkout@v3
5656
with:
57-
ref: ${{ github.event.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
57+
ref: ${{ github.event.pull_request.head.sha }}
5858

5959
- name: Echo Go Cache Paths
6060
id: go-cache-paths

0 commit comments

Comments
 (0)