We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2beb4f5 commit 8d87c13Copy full SHA for 8d87c13
examples/multi-runner/templates/runner-configs/linux-arm64.yaml
@@ -20,10 +20,5 @@ runner_config:
20
scale_down_schedule_expression: cron(* * * * ? *)
21
runner_hook_job_started: |
22
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
28
runner_hook_job_completed: |
29
echo "Running post job hook as \$(whoami)"
0 commit comments