-
Notifications
You must be signed in to change notification settings - Fork 700
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
CI: remove cabal-head before updating it (fix #10537) #10654
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be applied to prerelease-lts
as well? (Not that that is currently functional; it needs to move to a nightly, because when a PR doesn't need to be rebased Mergify pushes it in without running the workflow so it never gets a chance to run.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Done |
Do we want to expedite this in the name of getting the prereleases properly back in action? |
Sure, we can do that. |
Something's wrong, |
|
85baf34
to
3228435
Compare
Good spot. I've fixed the indention now (I think) |
I hate YAML-as-code… |
Yeah right. 🤞 that it works this time |
As an anecdote: when I wrote this patch I also had to fix it up about 4 times because of incorrect indentation in YAML. Maybe it wasn't correct after all... |
The indentation gave me a fair amount of pain when doing the CI rewrite as well, in part because it was so inconsistent between jobs. I think I made it all consistent as part of it. |
@mergify backport 3.12 |
✅ Backports have been created
|
#10657) * CI: remove cabal{,-lts}-head before updating it (fix #10537) (cherry picked from commit 9949014) * The release cleanup action requires a token (cherry picked from commit ad266b1) --------- Co-authored-by: Artem Pelenitsyn <a.pelenitsyn@gmail.com> Co-authored-by: brandon s allbery kf8nh <allbery.b@gmail.com>
This PR is #10540 rebased.
It should fix #10537 and its duplicate #10652
E.g. the PR only touches documentation or tests, does refactorings, etc.
Include the following checklist in your PR: