Not building a project when repository changes
I have a project that I only want built when triggered from a another project. ie the first build creates the packages and the second uses them. Triggering it works via the REST API however I can't see how to prevent the second project build also being triggered by changes to the repository. Is there any way to prevent this unnecessary build ?
I can't use the '[ci skip]' comment message as I want the commit to trigger the first build - just not the dependent one.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 07 Jul, 2014 04:53 PM
Absolutely, go to GitHub repository settings -> Webhooks & Services, find AppVeyor webhook for that project (see webhook URL on General tab of project settings) and then delete it.
2 Posted by scascarini on 07 Jul, 2014 08:24 PM
facepalm. Thanks.
So far I'm liking AppVeyor a lot and the support is excellent.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:45 AM.