Skip cleanup if runners are already configured for pre- and/or post-job scriptsย #119
Open
Description
Type of feature
๐ฅ Performance
Current behavior
The script always runs on self-hosted runners
Suggested enhancement
Since there is now a way to configure pre- and post-job scripts on the runner itself to take care of the cleanup. The action becomes obsolete.
Skip the action if either pre- or post-job scripts are configured on the runner
https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/running-scripts-before-or-after-a-job
Additional context
No response