Since acceptance test workflow is triggered after push, it cannot get the latest codebase from the latest docker image. Build workflows for both apis should complete successfully before acceptance test workflow.
Github started to support dependencies between workflow very lately. However all solutions have some drawbacks. We should check workflow_run and workflow_dispatch commands at GitHub Actions.
Reference: https://github.com/marketplace/actions/workflow-run-conclusion-dispatch-action