Is it possible to run Github Actions after a PR Environment is spun up?
I want to setup pr environment for my project, but the to do so I need to setup the tables in a database and seed it with some data. Is it possible to wait for the environment to spin up and the access it in Github actions?
2 Replies