Implement test enabling with the "CI: PyPy EoL" PR label (#2930)
* Implement test enabling with the "CI: PyPy EoL" PR label * apply "CI: PyPy EoL" to "Update dependencies" PR --------- Co-authored-by: mayeut <mayeut@users.noreply.github.com>
This commit is contained in:
@@ -168,6 +168,9 @@ jobs:
|
||||
if [[ -n "$GITHUB_PR_LABEL_CI_GRAALPY" ]]; then
|
||||
CIBW_ENABLE+=" graalpy"
|
||||
fi
|
||||
if [[ -n "$GITHUB_PR_LABEL_CI_PYPY_EOL" ]]; then
|
||||
CIBW_ENABLE+=" pypy-eol"
|
||||
fi
|
||||
fi
|
||||
echo "CIBW_ENABLE=${CIBW_ENABLE}" >> $GITHUB_ENV
|
||||
|
||||
|
||||
Reference in New Issue
Block a user