Pierre
What is the best way to archive the E2E tests
hello @Sang Dang ! You can definitely do that by using the "deployment" trigger on Github Action, you'll just have to create a condition on the "if" property of your e2e job to run the job only if github.event.deployment.production_environment is false
7 replies