Skip to content

Commit f88a73f

Browse files
committed
Add the pull request its head as reference to the repo-checkout of the splitter job.
1 parent c48778d commit f88a73f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
path: ${{ env.source_dir }}
2828
fetch-depth: "0"
29+
ref: ${{ github.event.pull_request.head.sha }}
2930

3031
- name: list changes for pull request
3132
id: splitter
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
bugfixes:
3+
- checkout the head of the pull request for the splitter checkout-action, so it's able to test new integration tests during the PR check-workflows already (https://github.com/ansible-collections/kubernetes.core/pull/981).

0 commit comments

Comments
 (0)