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] Don't run for documentation-only changes. #1286

Closed
sunshinejr opened this issue Sep 14, 2017 · 5 comments
Closed

[CI] Don't run for documentation-only changes. #1286

sunshinejr opened this issue Sep 14, 2017 · 5 comments

Comments

@sunshinejr
Copy link
Member

sunshinejr commented Sep 14, 2017

I found an example, but unfortunately it's for Travis so this is in .travis.yml config. We would have to migrate it to either Rakefile/Circle config or maybe even a new script.

As always, please assign yourself if you are working on it so we won't duplicate our work ✌️

@Sherlouk
Copy link

Sherlouk commented Sep 27, 2017

@sunshinejr Assign this one to me, gives me an excuse to look into Circle 😅

@sunshinejr
Copy link
Member Author

sunshinejr commented Sep 27, 2017

Sure thing, thanks @Sherlouk! (seems like I can't assign outside of the org, but everyone sees it so I think it's okay anyways 😄)

@SD10
Copy link
Member

SD10 commented Sep 27, 2017

Yeah, there's an issue requesting that feature here. It's been 4 years already so I don't think it's coming anytime soon 😭 I really want it though

@yeskunall
Copy link
Contributor

I found this article that shows how to skip CI builds if changes are in a certain directory by combining git hooks with a .ciignore (or any name) file. The only problem is that git hooks are local and are not copied over when a repo is cloned or forked, so I've hit a dead-end there 😓

I'm still looking for a way to achieve this in CircleCI tho 😅

@sunshinejr
Copy link
Member Author

@yeskunall you can check #1339 as there should be a working script that does that.

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

No branches or pull requests

5 participants