mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-19 10:27:38 +03:00
*.py check should always exit 0
This commit is contained in:
parent
a548d383a3
commit
40dc913367
@ -28,6 +28,7 @@ jobs:
|
||||
# the diff.
|
||||
PYFILES=$(git diff --name-only "refs/remotes/origin/${BASE_REF}" -- | egrep '.py$')
|
||||
echo '::set-env name=PYFILES::${PYFILES}'
|
||||
exit 0
|
||||
|
||||
- name: Set up Python 3.7
|
||||
if: ${{ env.PYFILES != '' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user