I have two environments in GitLab and I have built two build triggers to build and deploy my site to two different Firebase Hosting sites. There is a staging environment and a production environment. But when building & deploying just the staging environment, the production also says in Dato that the Last date of deploy would be the same as in the staging environment.
I think this is because of the webhook is triggered by a pipeline event, event if the pipeline is not for the production environment.
Is there a way to read the Request body to know for example which stage is the trigger affecting? Because now it is very confusing to see that the production version also went live, when the aim was only preview the changes in the staging environment.