mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
Add the PR head as reference to the checkout action of the splitter job. (#981)
* Add the pull request its head as reference to the repo-checkout of the splitter job. * Delete changelogs/fragments/20250808-bugfix-workflow-splitter-ref.yaml Remove changelog file as this is a CI-only change --------- Co-authored-by: Bianca Henderson <bianca@redhat.com>
This commit is contained in:
committed by
GitHub
parent
027700c3f4
commit
ec35c74e2e
1
.github/workflows/integration-tests.yaml
vendored
1
.github/workflows/integration-tests.yaml
vendored
@@ -26,6 +26,7 @@ jobs:
|
||||
with:
|
||||
path: ${{ env.source_dir }}
|
||||
fetch-depth: "0"
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
- name: list changes for pull request
|
||||
id: splitter
|
||||
|
||||
Reference in New Issue
Block a user