Skip to content

fix: add missing checkout step to docs-pr CI job#12

Open
simongdavies wants to merge 2 commits intohyperlight-dev:mainfrom
simongdavies:fix-ci-docs-pr
Open

fix: add missing checkout step to docs-pr CI job#12
simongdavies wants to merge 2 commits intohyperlight-dev:mainfrom
simongdavies:fix-ci-docs-pr

Conversation

@simongdavies
Copy link
Contributor

dorny/paths-filter needs a git checkout to run git diff. The checkout step was accidentally removed when rewriting the docs-only skip logic.

dorny/paths-filter needs a git checkout to run git diff.
The checkout step was accidentally removed when rewriting
the docs-only skip logic.

Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 24, 2026 15:25
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the missing repository checkout step to the docs-pr job so dorny/paths-filter can run git diff and correctly determine whether a PR is docs-only, enabling CI job skipping logic to function as intended.

Changes:

  • Add actions/checkout to the docs-pr workflow job before running dorny/paths-filter.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.

2 participants