### Contact Details _No response_ ### Current Behavior Still runs out of disk space when run CI action of unit tests twice for a commit, even axonweb3/axon#1357 merged. For example: - axonweb3/axon#1367 I inputted `/run-ci` twice, each time I had to clean cache twice. In total, I had to execute the following command every time in my laptop: ```shell gh api --method DELETE "repos/axonweb3/axon/actions/caches?key=ubuntu-22.04-Linux-X64-cargo-test-{commit_id} ``` Errors: - [Check (id=5978757265, attempt=1)](https://github.com/axonweb3/axon/actions/runs/5978757265/job/16221464368#step:4:50) - [Check (id=5978757265, attempt=2)](https://github.com/axonweb3/axon/actions/runs/5978757265/job/16221823871#step:4:52) - [Check (id=5978725343, attempt=1)](https://github.com/axonweb3/axon/actions/runs/5978725343/job/16221358827#step:4:52) - [Check (id=5978725343, attempt=2)](https://github.com/axonweb3/axon/actions/runs/5978725343/job/16221838534#step:4:52) - [Check (id=5988733901)](https://github.com/axonweb3/axon/actions/runs/5988733901/job/16244201653#step:4:52) - [Check (id=5988733977)](https://github.com/axonweb3/axon/actions/runs/5988733977) ### Expected Behavior CI doesn't require rerun. ### OS Not Associated ### Axon version _No response_ ### Kernel Not Associated ### Relevant log output _No response_ ### Anything else? References: - [Original issue and my proposed solutions](https://github.com/axonweb3/axon/pull/1354#issuecomment-1691150649)