DELETE GITHUB ARTIFACTS
Remove 20 days older github artifacts
DELETE GITHUB ARCTIFACTS GITHUB ACTION - https://github.com/0chain/zus-cicd/actions/workflows/delete-artifacts.yaml
INTRODUCTION
The task entails deleting GitHub artifacts older than 20 days. By removing old or unneeded artifacts, optimizing storage space, and maintaining repository efficiency, this cleanup procedure ensures a tidy and organized repository.
REASON
Reason behind deleting github artifacts is Create Artifact Container failed: Artifact storage quota has been hit. Unable to upload any new artifacts
This git-action is scheduled every 6th hour to delete the artifacts by using a script.
Currently, This github action is using this script which delete artifacts of "system_test", "0chain" ,"0box", "actions" repositories which are 20 days ago.
GITHUB ACTION
This GitHub Action is scheduled to run every six hours, but if you want to manually start it, click on Run Workflow and choose the necessary branch from Use workflow from.

Last updated