possible to temporarily disable a project?
Sometimes I want to temporarily disable a project but it would be highly disruptive to edit the appveyor.yml file, is there any other way to temporarily disable a project (without deleting it).
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

1 Posted by sam.halliday on 28 Mar, 2016 09:41 AM
note that travis CI has feature where git commit messages can be used to disable a build. That would work too as a workaround. e.g. message include the text NO_APPVEYOR
Support Staff 2 Posted by Feodor Fitsner on 28 Mar, 2016 01:55 PM
That's possible to skip commits with AppVeyor too: http://www.appveyor.com/docs/how-to/skip-build
To permanently disable the project though I would just disable its webhook on GitHub repo settings.
-Feodor
3 Posted by sam.halliday on 28 Mar, 2016 01:57 PM
I don't want to permanently disable, i want to temporarily disable.
Support Staff 4 Posted by Feodor Fitsner on 28 Mar, 2016 01:58 PM
Webhook can be re-enabled of course.
-Feodor
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:05 AM.