Skip to content

Commit 5fc8a7f

Browse files
committed
fix: remove ref property
Signed-off-by: Denis Golovin <dgolovin@redhat.com>
1 parent 440b8cc commit 5fc8a7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pr-check.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
uses: ./.github/workflows/build.yaml
3232
with:
3333
runs-on: ${{ matrix.target }}
34-
ref: ${{ github.event.pull_request.head.sha }}
35-
34+
3635
test:
3736
name: Test
3837
runs-on: ${{ matrix.target }}

0 commit comments

Comments
 (0)