Add schedule trigger for beam playground precommit
diff --git a/.github/workflows/beam_Playground_Precommit.yml b/.github/workflows/beam_Playground_Precommit.yml
index b0d34a5..b50e840 100644
--- a/.github/workflows/beam_Playground_Precommit.yml
+++ b/.github/workflows/beam_Playground_Precommit.yml
@@ -21,8 +21,8 @@
     paths:
       - .github/workflows/playground_backend_precommit.yml
       - playground/backend/**
-  issue_comment:
-    types: [created]
+  schedule:
+    - cron: '10 2/6 * * *'
 
 env:
   DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}