From b052ee8300372d87d1d6882e93402d4ce9c5f3af Mon Sep 17 00:00:00 2001 From: Benexl Date: Tue, 30 Dec 2025 12:05:38 +0300 Subject: [PATCH] ci: only run on request --- .github/workflows/stale.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ce7c73e..8e3215c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,9 +1,9 @@ name: Mark Stale Issues and Pull Requests on: - schedule: - # Runs every day at 6:30 UTC - - cron: "30 6 * * *" + # schedule: + # Runs every day at 6:30 UTC + # - cron: "30 6 * * *" # Allows you to run this workflow manually from the Actions tab for testing workflow_dispatch: