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: pipeline should skip most tests if only updates were .md files #1510

Open
jakedoublev opened this issue Sep 4, 2024 · 1 comment · Fixed by #1587 or #1666
Open

CI: pipeline should skip most tests if only updates were .md files #1510

jakedoublev opened this issue Sep 4, 2024 · 1 comment · Fixed by #1587 or #1666
Assignees
Labels
comp:ci Github Actions Work

Comments

@jakedoublev
Copy link
Contributor

Background

The pipeline currently runs Go tests on every module, integration tests, xtests, build tests, etc if any files were changed. However, changes to documentation alone should not trigger these tests.

Acceptance Criteria

  1. add a paths-ignore directive to the checks.yaml to skip **.*.md
@jakedoublev jakedoublev added the comp:ci Github Actions Work label Sep 4, 2024
@jakedoublev
Copy link
Contributor Author

jakedoublev commented Sep 4, 2024

related to #1508

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:ci Github Actions Work
Projects
None yet
2 participants