Skip to content

Commit 1609a12

Browse files
committed
Revert "Fix diff.yml"
This reverts commit 0bae540.
1 parent 0bae540 commit 1609a12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/diff.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12+
ref: [master, ${{ github.sha }}]
1213
include:
1314
- ref: master
1415
name: old
15-
- ref: ${{ github.event.pull_request.head.sha }}
16+
- ref: ${{ github.sha }}
1617
name: new
1718
steps:
1819
- name: Setup Go 1.18

0 commit comments

Comments
 (0)