mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
ci: consolidate 'check' type workflows into one
This commit is contained in:
parent
df1b3f7968
commit
7a78edac81
6 changed files with 128 additions and 141 deletions
6
.github/workflows/cleanup.yml
vendored
6
.github/workflows/cleanup.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue