Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to send multiple guid in the same call #55

Open
pragmaticivan opened this issue Dec 12, 2023 · 0 comments
Open

Ability to send multiple guid in the same call #55

pragmaticivan opened this issue Dec 12, 2023 · 0 comments

Comments

@pragmaticivan
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant