Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: run tests conditionally on changed paths #1975

Merged
merged 2 commits into from
Jan 4, 2021

Conversation

consideRatio
Copy link
Member

I want to avoid longer test runs when only the documentation has changed so I split apart our single test workflow into test-chart and test-docs that run conditionally on changes.

The test-docs workflow run on changes to the doc folder and the test-docs workflow file, while the test-chart workflow do the inverse and also avoids testing on changes to .md files such as README.md or CHANGELOG.md.

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.

1 participant