-
Notifications
You must be signed in to change notification settings - Fork 65
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
Add commits filtering based on tag name #1493
Comments
It does not work, see appveyor/ci#1493
This cost me several hours. I was mislead by https://www.appveyor.com/docs/branches/#white--and-blacklisting which states:
I just wanted the following in my appveyor.yml
to cause builds to be skipped that might otherwise be initiated by tag pushes with tag names continuous or continuous-windows. This works for branches with these names, but not for tags. Unfortunately I cannot predict the message associated with the tags, so commit message filtering won't work for me. As an ugly workaround I have:
Which causes the jobs to fail fairly quickly, but it would be preferred if the whole build never was initiated. |
Duplicate to #486 |
Skip commits feature to extend
Discussion
The text was updated successfully, but these errors were encountered: