Deployment currently happens when all the tests are run. However, I failed to update the deploy step to only run once the tests are verified to all have passed (the "verify-test" and "verify-test-legacy") steps.
The current behavior shouldn't be causing issues, since tests must pass before PRs are merged anyways, but we should still wait for the verification step before deploying.
Deployment currently happens when all the tests are run. However, I failed to update the deploy step to only run once the tests are verified to all have passed (the "verify-test" and "verify-test-legacy") steps.
The current behavior shouldn't be causing issues, since tests must pass before PRs are merged anyways, but we should still wait for the verification step before deploying.