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
Right now every time we run our deploy action in Github, it creates a PR to bump the package version in repo.
This creates the appropriate PR but it hags trying to run tests.
The fix right now is push an empty commit which triggers a new run and unblocks the PR.
We should figure out why this happens and fix the initial hang on the PR actions.
Right now every time we run our deploy action in Github, it creates a PR to bump the package version in repo.
This creates the appropriate PR but it hags trying to run tests.
The fix right now is push an empty commit which triggers a new run and unblocks the PR.
We should figure out why this happens and fix the initial hang on the PR actions.
Example - #1603
The text was updated successfully, but these errors were encountered: