From 17f2cf42f85f77114a6bdd09163d19093fdca62a Mon Sep 17 00:00:00 2001 From: Fawaz Ahmed Date: Thu, 29 Feb 2024 19:40:48 +0530 Subject: [PATCH] disable schedule --- .github/workflows/cleanup-repo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cleanup-repo.yml b/.github/workflows/cleanup-repo.yml index ad78909..de9199f 100644 --- a/.github/workflows/cleanup-repo.yml +++ b/.github/workflows/cleanup-repo.yml @@ -5,8 +5,8 @@ name: Reduce-git-repo-size # Controls when the action will run. Triggers the workflow on push or pull request # events but only for branch 1 and on start directory, command.txt file changes or by manually running the workflow from actions tab on: - schedule: - - cron: '37 7 29 */3 *' # every n months +# schedule: +# - cron: '37 7 29 */3 *' # every n months workflow_dispatch: