ci: consolidate 'check' type workflows into one

This commit is contained in:
raf 2025-03-25 12:49:55 +03:00
commit 7a78edac81
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
6 changed files with 128 additions and 141 deletions

View file

@ -1,9 +1,13 @@
name: Cleanup
name: Delete Stale Branches
permissions:
contents: write
on:
workflow_dispatch:
schedule:
- cron: "0 4 1 * *" # 4AM on 1st of every month
- cron: "0 4 15 * *" # 4AM on the 15th of every month
jobs:
branches:
name: Cleanup old branches