Skip to content

Commit

Permalink
test: Add GitHub Action to log inactive branches on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
p.delpy@dkfz-heidelberg.de committed Oct 15, 2024
1 parent 52f94be commit 8fa95f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rename-inactive-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ 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:
cleanup-rename-branches:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8fa95f9

Please sign in to comment.