-
I want to use Github Actions to try and run a smoke test against prod, triggered by a successful deployment to production. I know that Github Actions has a (Incidentally, in investigating, I noticed that Nextjs doesn't utilize the notion of smoke tests in their cicd github action :P) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The
|
Beta Was this translation helpful? Give feedback.
-
@aegatlin Did you get this to work? I've just opened another discussion because that |
Beta Was this translation helpful? Give feedback.
The
on: deployment_status
trigger should be what you're looking for (this should be triggered multiple times, e.g. once for pending, once for success, etc).https://help.github.com/en/actions/reference/events-that-trigger-workflows#deployment-status-event-deployment_status