From a90fbffdad6944937abe17e3b9d75fc97fbb27bb Mon Sep 17 00:00:00 2001
From: Deepak Dahiya <59823596+t-dedah@users.noreply.github.com>
Date: Mon, 14 Nov 2022 05:55:57 +0000
Subject: [PATCH] minor

---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 144bf9b..3d7674e 100644
--- a/README.md
+++ b/README.md
@@ -236,8 +236,7 @@ We can not re-use caches from pull request branches in other branches like main,
 ```
 name: cleanup-caches
 on:
-  schedule:
-    - cron: '0 */3 * * *'
+  workflow_dispatch
 
 jobs:
   release: