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

Skip build if all changed files match the ignore-changed-files flag #270

Closed
wants to merge 5 commits into from

Conversation

ghengeveld
Copy link
Member

@ghengeveld ghengeveld commented Jan 30, 2021

Example usage: --ignore-changed-files "!(**/*.tsx?)"
This would skip the build if none of the changed files are .ts or .tsx files.

Another example: --ignore-changed-files "services/index/**"
This would skip the build if all we changed was files in services/index.

@ghengeveld ghengeveld changed the title Skip build if all changed files match the ignore-change-files flag Skip build if all changed files match the ignore-changed-files flag Jan 30, 2021
Copy link
Member

@tmeasday tmeasday left a comment

Choose a reason for hiding this comment

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

Yeah this is cool!

@ghengeveld ghengeveld marked this pull request as draft March 11, 2021 12:58
@ghengeveld ghengeveld closed this Apr 29, 2021
@ghengeveld
Copy link
Member Author

Superceded by #304

@ghengeveld ghengeveld deleted the skip-changed-files branch April 29, 2021 07:35
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.

None yet

2 participants