Jan Brasna
Jan Brasna
I'm used to the behaviour needed in GHA but it seems it's not exactly that straightforward in CircleCI: - https://discuss.circleci.com/t/limiting-concurrent-workflows-and-jobs/44699 - https://discuss.circleci.com/t/avoid-concurrent-workflows-on-main-branch/46148/2 - https://discuss.circleci.com/t/workaround-auto-cancel-redundant-builds-on-the-default-branch/39468/19 π€¦ββοΈ So my take would simply...
Yea we've had race conditions e.g. where a workflow would need a docker built from the same _sha_ that might not have already been published to the registry, so the...
But the problem is pretty trivial in this case. The bundler woes slowed down the CI and it took ~10mins and more from initial `checkout` to the actual `switch` &...