소스 검색
CI: modified-scripts-build: fix CPython-specific jobs never firing (#3338)
pull/3341/head
tuzi3040
9 달 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
1개의 추가작업 그리고
0개의 파일을 삭제
-
.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" |
|
|
|
|