Skip to content

Commit 817d4a1

Browse files
committed
check wf
1 parent 19b7268 commit 817d4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/measure-disk-usage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Measure disk usage
4848
run: |
4949
cmd="python .github/workflows/scripts/measure-disk-usage.py \
50-
--current-commit ${{ github.sha }} \
50+
--current-commit ${{ github.event.pull_request.head.sha }} \
5151
--base-commit ${{ github.event.pull_request.base.sha }} \
5252
--platform ${{ matrix.platform }} "
5353

0 commit comments

Comments
 (0)