You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stéphane Brunner edited this page Jun 4, 2025
·
3 revisions
Deletes the old workflow jobs.
Functionality Details
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.
Configuration Options
You can configure the delete old workflow jobs module using the .github/ghci.yaml file.