I want to control Amplify deployments from GitHub Actions because Amplify auto-build
- doesn't provide a GitHub Environment
- doesn't watch the CI for failures and will deploy anyways, or
- requires me to duplicate the CI setup and re-run it in Amplify
- didn't support running a
cypressjob out-of-the-box