diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml
index 83b17ccc5..54e749dc0 100644
--- a/.github/workflows/no-response.yml
+++ b/.github/workflows/no-response.yml
@@ -6,8 +6,8 @@ on:
   issue_comment:
     types: [created]
   schedule:
-    # Schedule for five minutes after the hour, every hour
-    - cron: '5 * * * *'
+    # Run daily at midnight.
+    - cron: '0 0 * * *'
 
 jobs:
   noResponse: