This is an automated email from the ASF dual-hosted git repository.

arm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new 77cf366  Change workflow unique ID to be sightly more meaningful
77cf366 is described below

commit 77cf36676159215b0948555e6f77b6739d6f68a1
Author: Alastair McFarlane <[email protected]>
AuthorDate: Wed Jan 14 16:59:46 2026 +0000

    Change workflow unique ID to be sightly more meaningful
---
 atr/tasks/gha.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/atr/tasks/gha.py b/atr/tasks/gha.py
index 115e5c4..5e174c7 100644
--- a/atr/tasks/gha.py
+++ b/atr/tasks/gha.py
@@ -58,7 +58,7 @@ class DistributionWorkflow(schema.Strict):
 
 @checks.with_model(DistributionWorkflow)
 async def trigger_workflow(args: DistributionWorkflow, *, task_id: int | None 
= None) -> results.Results | None:
-    unique_id = f"{args.name}-{uuid.uuid4()}"
+    unique_id = f"atr-dist-{args.name}-{uuid.uuid4()}"
     try:
         sql_platform = sql.DistributionPlatform[args.platform]
     except KeyError:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to