3f003bafe5
* feat: add PUSH_IMAGE boolean input to release-docker workflow Co-Authored-By: keith@cal.com <keithwillcode@gmail.com> * refactor: simplify push-image expression to always return string Co-Authored-By: keith@cal.com <keithwillcode@gmail.com> * fix: make RELEASE_TAG input work for manual workflow triggers Co-Authored-By: keith@cal.com <keithwillcode@gmail.com> * fix: add postMessage listener to capture __iframeReady events early This fixes a race condition in the embed E2E tests where the __iframeReady event could fire before the Cal.ns[namespace] API was ready to receive it. The fix adds a window.message listener immediately in the addInitScript that captures __iframeReady events directly from postMessage, which doesn't depend on the namespace API being ready. This ensures window.iframeReady is set even if the event fires before the Cal API listener is attached. Co-Authored-By: keith@cal.com <keithwillcode@gmail.com> * Revert "fix: add postMessage listener to capture __iframeReady events early" This reverts commit fdd02fcf1e5286f2b3b36a9f4c9889b269720845. --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>