mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-14 08:37:56 +00:00
Feat: Add manual workflow to prune stale test results
This commit is contained in:
2
.github/workflows/cleanup-tests.yml
vendored
2
.github/workflows/cleanup-tests.yml
vendored
@@ -2,8 +2,6 @@ name: Cleanup Stale Tests
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
|
||||||
- cron: '0 0 * * 0' # Weekly
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cleanup:
|
cleanup:
|
||||||
|
|||||||
Reference in New Issue
Block a user