Skip to content

Project Maintainers

Benny Powers edited this page Mar 3, 2023 · 3 revisions

Oh no my Github pipelines are clogged!

It might be a situation where you need delete old cache from within the Github action. https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#managing-caches

How do I trigger the automated tests to be re-run on a PR?

Remove the AT passed label (or any label). The tests should then restart. You can also try dis/reenabling "auto merge".

Screenshot 2023-03-01 at 11 32 14 AM