I really love that you guys have enabled testing of Nimble packages in CI.
That said, it seems to cause a lot of noisy failures. I also don't think running it on every single commit is necessary. So I propose you split these tests into a cron-like job that runs every day or every 6 hours (or whatever you want). That way documentation PRs don't get blocked because we need to wait for these tests to pass and/or because these tests are flaky.
Would this be hard to do with today's CI services?
I think it would have a big impact on the PR review cycle efficiency. What do you guys think?