Skip to content

Commit a4fc67f

Browse files
authored
EDI-ify "Using jobs in a workflow" (#56700)
1 parent 7641ff8 commit a4fc67f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

content/actions/how-tos/writing-workflows/choosing-what-your-workflow-does/using-jobs-in-a-workflow.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Using jobs in a workflow
3-
shortTitle: Use jobs in a workflow
3+
shortTitle: Use jobs
44
intro: Use workflows to run multiple jobs.
55
versions:
66
fpt: '*'
@@ -11,11 +11,9 @@ redirect_from:
1111
- /actions/writing-workflows/choosing-what-your-workflow-does/using-jobs-in-a-workflow
1212
---
1313

14-
{% data reusables.actions.enterprise-github-hosted-runners %}
14+
## Prerequisites
1515

16-
## Overview
17-
18-
{% data reusables.actions.jobs.section-using-jobs-in-a-workflow %}
16+
To implement jobs in your workflows, you need to understand what jobs are. See [AUTOTITLE](/actions/get-started/understanding-github-actions#jobs).
1917

2018
## Setting an ID for a job
2119

0 commit comments

Comments
 (0)