deployment-marker-action icon indicating copy to clipboard operation
deployment-marker-action copied to clipboard

Ability to send multiple guid in the same call

Open pragmaticivan opened this issue 1 year ago • 0 comments

Because Github actions don't allow for a loop of multiple steps in the same job, the only way to properly configure multiple calls is to use a matrix.

But because this step takes a few seconds, while GitHub charges for the minute and up, someone would be wasting the remaining set of seconds of the minute.

Ideally, guid should work with:

guid: guid-example

or

guid: guid1, guid2, guid3

This is useful when someone is deploying a set of resources in the same deployment. Ex:

  • APM app
  • k8s deployment
  • lambda change
  • database update

pragmaticivan avatar Dec 12 '23 18:12 pragmaticivan