Startrekzky commented on issue #6567: URL: https://github.com/apache/incubator-devlake/issues/6567#issuecomment-1845347121
@xiaomingzhang12 When a workflow run's name doesn't match the regex ❌, but one of its jobs' name matches the regex ✅. 1. This workflow run will be converted as a record in `cicd_deployments` and `cicd_deployment_commits`. 2. This workflow run' `type` will be an empty string in table cicd_pipelines. 3. The `type` of the job that matches the regex will be set to 'DEPLOYMENT' in table cicd_tasks. When a workflow run's name matches the regex ✅, but none of its jobs' names matches the regex ❌. 1. This workflow run will be converted as a record in `cicd_deployments` and `cicd_deployment_commits`. 2. This workflow run' `type` will be set to 'DEPLOYMENT' in table cicd_pipelines. 3. The `type` of the job that matches the regex will be an empty string in table cicd_tasks. -- 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]
