mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
CI: add_verison: Don't run "set PR properties" unnecessarily
This commit is contained in:
parent
2f10394d33
commit
b2a43bbcdb
1
.github/workflows/add_version.yml
vendored
1
.github/workflows/add_version.yml
vendored
|
|
@ -27,6 +27,7 @@ jobs:
|
|||
python plugins/python-build/scripts/add_cpython.py --verbose >added_versions.lst && rc=$? || rc=$?
|
||||
echo "rc=$rc" >> $GITHUB_ENV
|
||||
- name: set PR properties
|
||||
if: env.rc == 0
|
||||
shell: python
|
||||
run: |
|
||||
import os
|
||||
|
|
|
|||
Loading…
Reference in a new issue