abeizn commented on issue #5743: URL: https://github.com/apache/incubator-devlake/issues/5743#issuecomment-1755196561
@raihle  "The name of the GitHub workflow run or one of its jobs matches" like this:  It may be that our understanding is different, or our sentence descriptions are inaccurate, leading you to think that some data do not match. 1. GitHub workflow run is executed once and counts as one deployment. 2. As long as one of the job names matches, this run will be considered a deployment. Finally, group by pipeline_id+commit_sha is used to calculate the number of deployments. In the above example, that is ``` Build and Push devlake builder | Build and Push devlake base | Build and Push devlake image``` belongs to one deployment, not 3 times -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
