Apadmi-Engineering / Mockzilla

MIT License
29 stars 8 forks source link

chore: Add concurrency limitation to binary deployment #247

Closed SamC-Apadmi closed 1 month ago

SamC-Apadmi commented 1 month ago

Stop the merging of multiple PRs in quick succession from triggering lots of builds

mattmapadmi commented 1 month ago

That cancel-in-progress seems like it could be dangerous if it's halfway through uploading one of the many artifacts? You'd end up with a duff build that would only work on certain platforms?

SamC-Apadmi commented 1 month ago

Good point... It triggers a deployment to the snapshots on every merge into develop and I basically want to avoid having loads of them run at the same time