-
Notifications
You must be signed in to change notification settings - Fork 1
Module ‐ Delete Old Workflow Job
Stéphane Brunner edited this page Jun 4, 2025
·
3 revisions
Deletes the old workflow jobs.
This module automates the cleanup of old workflow runs in a repository. It helps maintain a tidy and efficient CI/CD environment by removing outdated workflow jobs that are no longer needed.
- Workflow Run Deletion: Identifies and deletes workflow runs based on age or other criteria.
- Retention Policy: Ensures that only workflow runs meeting the specified conditions are deleted, preserving important historical data.
You can configure the delete old workflow jobs module using the .github/ghci.yaml file.