1
0
mirror of synced 2026-01-07 00:01:39 -05:00

Merge pull request #25777 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2023-06-01 05:03:36 -04:00
committed by GitHub

View File

@@ -9,12 +9,6 @@ type: tutorial
shortTitle: Run a script before or after a job
---
{% note %}
**Note**: This feature is currently in beta and is subject to change.
{% endnote %}
## About pre- and post-job scripts
You can automatically execute scripts on a self-hosted runner, either before a job runs, or after a job finishes running. You could use these scripts to support the job's requirements, such as building or tearing down a runner environment, or cleaning out directories. You could also use these scripts to track telemetry of how your runners are used.