Currently, when YAML is stored in GIT, and tags are added or updated directly in the YAML file within GIT, those changes do not update the pipeline metadata. As a result, the pipeline metadata does not reflect the new or modified tags. During execution, tags are read from the pipeline metadata — not from the YAML file — so executions do not display the updated tags. This is the expected behavior with the current bi-directional sync mechanism. However, this creates a gap between the tags defined in YAML and the metadata used during execution. Enable the pipeline metadata to be automatically updated when tags are modified in the GIT-stored YAML file, ensuring metadata and YAML remain synchronized for tags as part of bi-directional sync.