Skip to content

Commit 0bae540

Browse files
committed
Fix diff.yml
1 parent 6d7d7d6 commit 0bae540

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/diff.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
ref: [master, ${{ github.sha }}]
1312
include:
1413
- ref: master
1514
name: old
16-
- ref: ${{ github.sha }}
15+
- ref: ${{ github.event.pull_request.head.sha }}
1716
name: new
1817
steps:
1918
- name: Setup Go 1.18

0 commit comments

Comments
 (0)