Skip to content

Commit 8d87c13

Browse files
committed
chore: simplify broken script
1 parent 2beb4f5 commit 8d87c13

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/multi-runner/templates/runner-configs/linux-arm64.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,5 @@ runner_config:
2020
scale_down_schedule_expression: cron(* * * * ? *)
2121
runner_hook_job_started: |
2222
echo "Running pre job hook as \$(whoami)"
23-
24-
# Clean github workspace from previous runs
25-
if [[ -n "\$GITHUB_WORKSPACE" ]]; do
26-
rm -rf "\$GITHUB_WORKSPACE"
27-
done
2823
runner_hook_job_completed: |
2924
echo "Running post job hook as \$(whoami)"

0 commit comments

Comments
 (0)