-
-
Notifications
You must be signed in to change notification settings - Fork 158
Is Excluding Individual Files Broken? #1620
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
Comments
The key issue is this:
However, I think that's broken at the moment. 😕 At least I couldn't get it to work on my local machine. More info: |
@mre That makes sense and thanks for taking a look at this. Will make the change and keep an eye out for any changes if/when the bug is fixed. |
Is excluding files broken altogether? I was about to make a similar post that this wasn't skipping files: exclude_path = [
"*.mdx",
"node_modules"
] |
For my use case it seems I can exclude an entire folder using exclude_path but have not been able to target specific file types using exclude_path |
Running the workflow below does not seem to exclude the .png file. I have tried different permutations and combinations of adding the regex, but nothing seems to work. Any ideas would be greatly appreciated.
Workflow
Error message
The text was updated successfully, but these errors were encountered: