Fix lfscheck action syntax on push

This commit is contained in:
Itms
2025-05-15 10:54:46 +02:00
parent 2889170a09
commit 83674e1d1b
+2 -2
View File
@@ -4,8 +4,8 @@ on:
- push
- pull_request
env:
BASE_SHA: ${{ github.event.pull_request.base.sha }}
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
BASE_SHA: ${{ github.event.pull_request.base.sha || github.event.push.before }}
HEAD_SHA: ${{ github.event.pull_request.head.sha || github.event.push.after }}
jobs:
lfscheck: