argocd-commenter icon indicating copy to clipboard operation
argocd-commenter copied to clipboard

Notify deployment status once

Open int128 opened this issue 3 years ago • 0 comments

Problem to solve

argocd-commenter sends deployment status even if a deployment is already success (Active). We use the deployment-status event on GitHub Actions and it triggers an unexpected workflow run.

How to solve

Don't send a deployment status twice.

int128 avatar Aug 18 '22 11:08 int128