Skip to content

Conversation

@davidsbatista
Copy link
Contributor

@davidsbatista davidsbatista commented Nov 3, 2025

Related Issues

Proposed Changes:

Added to the on push for the tests workflow.yml

  paths-ignore:
      - 'docs/**'
      - 'docs-website/**'

How did you test it?

  • testing needs to be checked afterwards - added together in the PR changes to the .gitignore in the docs-website/ - this should not triggered tests running on main after merged

Checklist

  • I have read the contributors guidelines and the code of conduct
  • I have updated the related issue with new insights and changes
  • I added unit tests and updated the docstrings
  • I've used one of the conventional commit types for my PR title: fix:, feat:, build:, chore:, ci:, docs:, style:, refactor:, perf:, test: and added ! in case the PR includes breaking changes.
  • I documented my code
  • I ran pre-commit hooks and fixed any issue

@vercel
Copy link

vercel bot commented Nov 3, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
haystack-docs Ready Ready Preview Comment Nov 7, 2025 9:02am

@davidsbatista davidsbatista changed the title initial import ci: stop running tests on main a merged PR only updates the documentation Nov 6, 2025
@davidsbatista davidsbatista marked this pull request as ready for review November 6, 2025 14:13
@davidsbatista davidsbatista requested a review from a team as a code owner November 6, 2025 14:13
@davidsbatista davidsbatista requested review from vblagoje and removed request for a team November 6, 2025 14:13
Copy link
Member

@vblagoje vblagoje left a comment

Choose a reason for hiding this comment

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

LG

@davidsbatista davidsbatista merged commit ea6ef8c into main Nov 7, 2025
12 checks passed
@davidsbatista davidsbatista deleted the test/changing-docs branch November 7, 2025 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stop running tests workflow on main when only docs are changed

3 participants