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
{{ message }}
This repository was archived by the owner on Jun 15, 2026. It is now read-only.
Currently the Publish workflow runs together with test, executing the same yarn ci (running tests again) it shouldn't be happening. Should wait for the test workflow check and the follow up with publish.
There's few approaches that could fix it:
check if the tests have passed
move the publish workflow to tests as a step but only runs if commit message have [publish]
Currently the Publish workflow runs together with test, executing the same
yarn ci(running tests again) it shouldn't be happening. Should wait for the test workflow check and the follow up with publish.There's few approaches that could fix it:
[publish]