From 40e68338233145cde839c81f9941385c3fee2537 Mon Sep 17 00:00:00 2001 From: Marcelo Vargas Date: Thu, 20 Jul 2023 16:34:57 -0700 Subject: [PATCH] temporarily change delete script to run on push. --- .github/workflows/delete-old-branches.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/delete-old-branches.yml b/.github/workflows/delete-old-branches.yml index bc0e0bc3..649cafaa 100644 --- a/.github/workflows/delete-old-branches.yml +++ b/.github/workflows/delete-old-branches.yml @@ -1,7 +1,9 @@ name: Delete old branches -on: - schedule: - - cron: "0 0 * * *" # Runs every day at midnight (UTC) +#on: +# schedule: +# - cron: "0 0 * * *" # Runs every day at midnight (UTC) + +on: [push] jobs: list-stale-branches: