From 8a2218037b3e6df2973d3d392287b69d9e04730f Mon Sep 17 00:00:00 2001 From: Pierre Delpy Date: Tue, 15 Oct 2024 12:58:12 +0200 Subject: [PATCH] remove test --- .github/workflows/rename-inactive-branches.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/rename-inactive-branches.yml b/.github/workflows/rename-inactive-branches.yml index e45d039..9bcca79 100644 --- a/.github/workflows/rename-inactive-branches.yml +++ b/.github/workflows/rename-inactive-branches.yml @@ -3,10 +3,7 @@ name: Cleanup - Rename Inactive Branches on: schedule: - cron: '0 0 * * 0' # Runs every Sunday at midnight - #todo delete; only trigger for testing - pull_request: - branches: - - develop + jobs: archive-stale-branches: runs-on: ubuntu-latest