So I've got a problem where a gitlab ci job matrix is required to run manually. But the problem is, when I use when: manual or a set of rules to determine the same thing, each combination of the pipeline gets its own button to trigger independently.
This isn't ideal because it allows the user to trigger one, but not all, so servers that are redundantly deployed, might have their software updated because somebody pushed the button. But another server in the matrix might not be updated.
So what I want, or need, is that the entire matrix of is manually triggered at once. Instead of one by one. Does anybody know how I can do that?