Instead of busy waiting for ~20 minutes in our gh action until the ami is built. We could trigger the build, then listen for the ami finish event somewhere and trigger another gh action over a webhook. Then update the commit status accordingly: https://github.com/marketplace/actions/commit-status-updater.
Instead of busy waiting for ~20 minutes in our gh action until the ami is built. We could trigger the build, then listen for the ami finish event somewhere and trigger another gh action over a webhook. Then update the commit status accordingly: https://github.com/marketplace/actions/commit-status-updater.