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

[chore] skip workflows on readme changes #32458

Conversation

codeboten
Copy link
Contributor

This is a first attempt at not triggering all CI jobs for README file changes.

This is a first attempt at not triggering all CI jobs for README file changes.

Signed-off-by: Alex Boten <[email protected]>
@codeboten codeboten requested review from a team and songy23 April 16, 2024 18:07
Copy link
Member

@TylerHelmuth TylerHelmuth left a comment

Choose a reason for hiding this comment

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

Can you confirm CI still runs if READMEs and other files are changed?

@codeboten
Copy link
Contributor Author

@TylerHelmuth yup, see the docs https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-excluding-paths

When all the path names match patterns in paths-ignore, the workflow will not run. If any path names do not match patterns in paths-ignore, even if some path names match the patterns, the workflow will run.

@codeboten codeboten merged commit 0c8f351 into open-telemetry:main Apr 16, 2024
157 checks passed
@github-actions github-actions bot added this to the next release milestone Apr 16, 2024
@codeboten codeboten deleted the codeboten/skip-jobs-for-docs-only-changes branch April 16, 2024 18:59
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.

4 participants