remove test

This commit is contained in:
Pierre Delpy 2024-10-15 12:58:12 +02:00
parent ac0274cfba
commit 8a2218037b
1 changed files with 1 additions and 4 deletions

View File

@ -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