Kaynağa Gözat
CI: modified-scripts-build: fix CPython-specific jobs never firing (#3338)
pull/3341/head
tuzi3040
9 ay önce
işlemeyi yapan:
GitHub
ebeveyn
işleme
8e34326347
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: B5690EEEBB952194
1 değiştirilmiş dosya ile
1 ekleme ve
0 silme
-
.github/workflows/modified_scripts_build.yml
|
|
|
@ -5,6 +5,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
outputs: |
|
|
|
versions: ${{steps.modified-versions.outputs.versions}} |
|
|
|
versions_cpython_only: ${{steps.modified-versions.outputs.versions_cpython_only}} |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- run: git fetch origin "$GITHUB_BASE_REF" |
|
|
|
|