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

add path exclusions to python tests.yml workflow #2263

Merged

Conversation

fariss
Copy link
Collaborator

@fariss fariss commented Aug 9, 2024

closes #2256
Update tests.yml CI workflow to exclude web/, doc/ and Markdown files

This PR modifies the tests.yml workflow to:

  • Ignore changes in the web/ and doc/ directory
  • Ignore changes to Markdown files (.md) throughout the repository
  • Run tests and checks for all other file changes

Let's first try and merge this PR and use #2258 as a test example.

Checklist

  • No CHANGELOG update needed
  • No new tests needed
  • No documentation update needed

@fariss fariss added dont merge Indicate a PR that is still being worked on CI Continuous Integration configuration labels Aug 9, 2024
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@williballenthin williballenthin left a comment

Choose a reason for hiding this comment

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

please merge inline suggestions and then ready to go

@fariss fariss removed the dont merge Indicate a PR that is still being worked on label Aug 9, 2024
@williballenthin williballenthin merged commit f69fabc into mandiant:master Aug 9, 2024
23 checks passed
@williballenthin
Copy link
Collaborator

thanks @s-ff !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration configuration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

webui: disable Python tests for updates to webui (and vice versa)
2 participants