mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.14] gh-133410: Fix PR detection in build workflow (GH-133671) (#134055)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
29d69e8b66
commit
31deafb8ee
2 changed files with 2 additions and 1 deletions
1
.github/workflows/reusable-context.yml
vendored
1
.github/workflows/reusable-context.yml
vendored
|
|
@ -97,6 +97,7 @@ jobs:
|
|||
run: python Tools/build/compute-changes.py
|
||||
env:
|
||||
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
|
||||
GITHUB_EVENT_NAME: ${{ github.event_name }}
|
||||
CCF_TARGET_REF: ${{ github.base_ref || github.event.repository.default_branch }}
|
||||
CCF_HEAD_REF: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue