ed9815
Wait on deployment in GitHub Actions before continuing
Ok thanks, that looks good. So we could use Check Suites to wait for our previous CI steps in GitHub Actions before Railway deployment. AKA the "before" stage
But then once the Railway deployment is done, how would we continue with the rest of our pipeline? React to a webhook I guess?
15 replies