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

fix(ci): Don't run tests for markdown changes #1587

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

elizabethhealy
Copy link
Member

resolves #1510

@elizabethhealy
Copy link
Member Author

#1582 fixes the ci vuln failure

@elizabethhealy elizabethhealy marked this pull request as ready for review September 30, 2024 15:16
@elizabethhealy elizabethhealy requested review from a team as code owners September 30, 2024 15:16
Copy link
Member

@dmihalcik-virtru dmihalcik-virtru left a comment

Choose a reason for hiding this comment

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

The /docs file is generated code so probably should be checked, at least to make sure that has not been manually modified, but maybe only on merge_group events would be fine

Perhaps something like:

   paths:
      - '**'
      - '!**/*.md'
      - 'docs/**'
     - !LICENSE
     - !CODEOWNERS

See: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#example-including-and-excluding-paths

@elizabethhealy elizabethhealy added this pull request to the merge queue Oct 2, 2024
Merged via the queue into main with commit 8ffa32d Oct 2, 2024
20 checks passed
@elizabethhealy elizabethhealy deleted the ci-paths-ignore-markdown branch October 2, 2024 15:07
elizabethhealy added a commit that referenced this pull request Oct 17, 2024
github-merge-queue bot pushed a commit that referenced this pull request Oct 17, 2024
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.

CI: pipeline should skip most tests if only updates were .md files
2 participants