Github Actions and Netlify

Hi Everyone,
I am trying to use github actions to detect when a netlify deploy has finished. I want to do this so that I can run an E2E test on the deployed site.

Did you use the search before posting?
I tried to search for this topic, but information is scarce as this is kinda new? Most topics revolve around deploying through github actions, however I want to know when a deployment has finished.

That should be possible. I don’t have any specific advise as to how to do it, but we can notify webhooks after the deploy completes; maybe that could be plugged in?

I left this unanswered for a few days hoping someone who had done it could speak up since our support team isn’t too familiar with GH Actions yet.