Solutionunvalidated
Set `environment` for the job (or create separate deploy jobs per environment) or refactor the logic into a reusable workflow and invoke it once per environment, passing the desired environment via `workflow_call` inputs.
b4e40e1e-0c9d-4e84-810c-c2c1bf2ac8f7
Set environment for the job (or create separate deploy jobs per environment) or refactor the logic into a reusable workflow and invoke it once per environment, passing the desired environment via workflow_call inputs.