Appveyor DDOS to GitHub Releases
Hi,
lately appveyor is issuing lots of builds and subsequent github releases for one of my projects ( Launchy ).
Maybe I did something wrong, but I can't figure out myself. Can you help me?
-
appveyor1.PNG 43.3 KB
-
appveyor2.PNG 34.9 KB
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 Jan 10, 2019 @ 02:35 PM
Could you drop a link to a project please?
2 Posted by Daniele on Jan 10, 2019 @ 03:24 PM
here:
https://ci.appveyor.com/project/OpenNingia/launchy
Support Staff 3 Posted by Owen McDonnell on Jan 10, 2019 @ 04:20 PM
As mentioned in the docs here you should add
skip_tags: true
to your configuration file to avoid the cycle of your GitHub release deployment creating a tag which then kicks off another build, which then deploys etc.4 Posted by Daniele S. on Jan 10, 2019 @ 04:57 PM
Thanks.
Owen McDonnell closed this discussion on Jan 10, 2019 @ 08:56 PM.