Browse Source
CI: modified-scripts-build: fix CPython-specific jobs never firing (#3338)
pull/3341/head
tuzi3040
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
.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" |
|
|
|
|