mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Don't trigger update libs status on forks (#7428)
This commit is contained in:
6
.github/workflows/update-libs-status.yaml
vendored
6
.github/workflows/update-libs-status.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user