Skip to content

Conversation

yorick1989
Copy link

SUMMARY

During the workflow checks of one of my previous pull requests, I ran into an error as result of a new integration test that was added in the main branch but which was not present in my pull request (https://github.com/ansible-collections/kubernetes.core/actions/runs/16787189478/job/47540604109). I'd find out that the reference for the repository checkout for the splitter job was not set and therefor it referenced to the main branch.

With this change, the head of the pull request is used as reference for the repository checkout action, in the splitter job. This way it will not fail when someone creates a PR that doesn't have newly added integration tests that were added to the main branch in the meantime. It also adds that newly added integration tests will be tested during the PR workflow checks already.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

bugfix in the workflow

ADDITIONAL INFORMATION

n/a

@yorick1989 yorick1989 force-pushed the bugfix/splitter_ref branch from 4704678 to f88a73f Compare August 8, 2025 20:17
@yorick1989 yorick1989 marked this pull request as ready for review August 8, 2025 20:21
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant