mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
GH-133410: Use commit hashes for change detection (gh-133416)
This commit is contained in:
parent
ff4959b6b0
commit
d530e74e44
2 changed files with 13 additions and 13 deletions
2
.github/workflows/reusable-context.yml
vendored
2
.github/workflows/reusable-context.yml
vendored
|
@ -97,6 +97,8 @@ jobs:
|
|||
run: python Tools/build/compute-changes.py
|
||||
env:
|
||||
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
|
||||
CCF_TARGET_REF: ${{ github.base_ref || github.event.repository.default_branch }}
|
||||
CCF_HEAD_REF: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||
|
||||
- name: Compute hash for config cache key
|
||||
id: config-hash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue