Files
3x-ui/web/service
MHSanaei f87c68ea68 Add workflow to clean old GitHub Actions caches
Adds a scheduled GitHub Actions workflow (.github/workflows/cleanup_caches.yml) that runs weekly (and via workflow_dispatch) to delete Actions caches not accessed in the last 3 days. The job uses the gh CLI with the repository token and actions: write permission to list caches, filter by last_accessed_at against a 3-day cutoff, and delete matching cache IDs.
2026-02-03 00:19:44 +01:00
..
2025-09-20 09:35:50 +02:00
2025-10-21 13:02:55 +02:00
2025-09-20 09:35:50 +02:00
2026-01-13 17:40:52 +01:00