mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-20 23:44:08 +00:00
Fix lfscheck action syntax on push
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user