We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7641ff8 commit a4fc67fCopy full SHA for a4fc67f
1 file changed
content/actions/how-tos/writing-workflows/choosing-what-your-workflow-does/using-jobs-in-a-workflow.md
@@ -1,6 +1,6 @@
1
---
2
title: Using jobs in a workflow
3
-shortTitle: Use jobs in a workflow
+shortTitle: Use jobs
4
intro: Use workflows to run multiple jobs.
5
versions:
6
fpt: '*'
@@ -11,11 +11,9 @@ redirect_from:
11
- /actions/writing-workflows/choosing-what-your-workflow-does/using-jobs-in-a-workflow
12
13
14
-{% data reusables.actions.enterprise-github-hosted-runners %}
+## Prerequisites
15
16
-## Overview
17
-
18
-{% data reusables.actions.jobs.section-using-jobs-in-a-workflow %}
+To implement jobs in your workflows, you need to understand what jobs are. See [AUTOTITLE](/actions/get-started/understanding-github-actions#jobs).
19
20
## Setting an ID for a job
21
0 commit comments