Don't trigger update libs status on forks (#7428)

This commit is contained in:
Shahar Naveh
2026-03-14 12:23:08 +01:00
committed by GitHub
parent 0c14ad195e
commit 005860cc0b

View File

@@ -19,24 +19,24 @@ env:
jobs:
update-issue:
runs-on: ubuntu-latest
if: ${{ github.repository == 'RustPython/RustPython' }}
steps:
- name: Clone RustPython
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
path: rustpython
persist-credentials: "false"
persist-credentials: false
sparse-checkout: |-
Lib
scripts/update_lib
- name: Clone CPython ${{ env.PYTHON_VERSION }}
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
repository: python/cpython
path: cpython
ref: ${{ env.PYTHON_VERSION }}
persist-credentials: "false"
persist-credentials: false
sparse-checkout: |
Lib