1
0
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:
Athanasius 2020-07-31 13:59:52 +01:00
parent 67a13d3869
commit 4aa841c6e2

View File

@ -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