Conversation
|
OK, let's wait for CI to run its course |
|
Since by design, github only runs the workflow of the main branch of the repo (and not of the PR), this doesn't work here. However, I've tested it in my private repo and there the workflow is green now: https://github.com/tobiasdiez/sage/actions/runs/4540608136/jobs/8001729743. |
|
This is urgent. |
|
Maybe it'd make sense to have an exception allowing workflow fixes like this one to be pushed to There are right now two critical PRs that are necessary for checks to pass: this one and #35418. The second one can be merged to a PR so checks are fixed, but this one cannot, as explained in #35356 (comment). It's quite unfortunate when checks are not reliable, since it leads us to learn to ignore failures. Right now the last PR with checks passing is #35352, so that's a lot of PRs without any chance at passing checks. Some ideas for the future:
I would argue that both this one and #35418 should be pushed to |
📚 Description
The update #35184 broke the docs upload. Hopefully this is fixed with this PR.
📝 Checklist
⌛ Dependencies