diff --git a/backend/kernelCI_app/queries/tree.py b/backend/kernelCI_app/queries/tree.py index d58303986..3ef1dad79 100644 --- a/backend/kernelCI_app/queries/tree.py +++ b/backend/kernelCI_app/queries/tree.py @@ -758,7 +758,7 @@ def get_tree_details_builds( """ Fetch builds for a given tree commit. """ - cache_key = "treeDetailsBuilds" + cache_key = "treeDetailsBuildsData" params = { "commit_hash": commit_hash,