From 968584a8fcf7ed1467c19f2c3ba808967c4c5b5c Mon Sep 17 00:00:00 2001
From: jeremy <jeremy.bailleux@memgraph.io>
Date: Wed, 9 Nov 2022 16:02:25 +0100
Subject: [PATCH] Add comment force github workflow

---
 tests/mgbench/helpers.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/mgbench/helpers.py b/tests/mgbench/helpers.py
index b46e51db4..8a122b9e0 100644
--- a/tests/mgbench/helpers.py
+++ b/tests/mgbench/helpers.py
@@ -118,3 +118,6 @@ class Cache:
     def save_config(self, config):
         with open(self._config, "w") as f:
             json.dump(config.get_data(), f)
+
+
+# Comment to force github workflow