mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-16 09:10:35 +03:00
Will PY file check work if env.PYFILES not set at all ?
This commit is contained in:
parent
67a13d3869
commit
4aa841c6e2
@ -46,6 +46,7 @@ jobs:
|
||||
# So we check if any were affected and store that in env
|
||||
##################################################################
|
||||
- name: Check for PY files
|
||||
if: ${{ github.event.pull_request.base.repo.owner.login == github.event.pull_request.head.repo.owner.login }}
|
||||
run: |
|
||||
# Checkout might not have happened.
|
||||
if [ ! -d ".git" ]; then exit 0 ; fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user