So, I have a github repository linked to a Pages project and sometimes a lot of deployments are queued (for example when merging dependabot PRs), slowing down a lot the final production deployment so I was wondering if it's possible to automatically discard other queued/in progress production deployments when a new one is queued so that it is deployed faster.
Consider that I'm using Next.js, so every deployment takes about 2 minutes
Thanks in advance!