appveyor.yml suddenly ignored
I have builds which were using appveyor.yml just fine, and suddenly they seem to be ignoring those on new builds triggered manually or by commit hooks in Github. What changed?
https://ci.appveyor.com/project/i8beef/saml2/builds/45494944
https://github.com/i8beef/SAML2/blob/master/appveyor.yml
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 25 Nov, 2022 09:40 PM
It could be GitHub is no longer authorized in AppVeyor.
Re-authorize GitHub it on "New project" page, so you can see a list of your repos.
2 Posted by MICHAEL HALLOCK on 25 Nov, 2022 10:00 PM
That was it, thank you.