mirror of
https://github.com/actions/runner-container-hooks.git
synced 2025-12-14 00:26:44 +00:00
6 lines
108 B
TypeScript
6 lines
108 B
TypeScript
import { podPrune } from '../k8s'
|
|
|
|
export async function cleanupJob(): Promise<void> {
|
|
await podPrune()
|
|
}
|