You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, we should document why we do this. It is intentional. Our integration tests make a lot of calls to "create content" APIs such as "create a pull request". GitHub enforces "secondary rate limits" on these "create content" APIs. In the past, I had the experience (in RegistryCI and CompatHelper) that if I didn't have a global lock, then when multiple integration test ran, I'd end up hitting those secondary rate limits quite frequently. The global lock is my workaround to reduce the risk of hitting secondary rate limits.
Why this
BumpStdlibs.jl/.github/workflows/ci.yml
Lines 13 to 15 in a7bce73
The text was updated successfully, but these errors were encountered: