Skip to content

Commit c9535a9

Browse files
authored
Merge branch 'main' into repo-sync
2 parents 60d3fe3 + a9d12a2 commit c9535a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/actions/learn-github-actions/workflow-syntax-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ In this example, `job3` uses the `always()` conditional expression so that it al
475475

476476
## `jobs.<job_id>.runs-on`
477477

478-
**Required**. The type of machine to run the job on. {% ifversion fpt or ghec %}The machine can be either a {% data variables.product.prodname_dotcom %}-hosted runner or a self-hosted runner.{% endif %} You can provide `runs-on` as a single string or as an array of strings.
478+
**Required**. The type of machine to run the job on. {% ifversion fpt or ghec %}The machine can be either a {% data variables.product.prodname_dotcom %}-hosted runner or a self-hosted runner.{% endif %} You can provide `runs-on` as a single string or as an array of strings. If you specify an array of strings, your workflow will run on a self-hosted runner whose labels match all of the specified `runs-on` values, if available. If you would like to run your workflow on multiple machines, use [`jobs.<job_id>.strategy`](/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idstrategy).
479479

480480
{% ifversion fpt or ghec or ghes %}
481481
{% data reusables.actions.enterprise-github-hosted-runners %}

content/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,4 @@ For example, if you filter on issues assigned to Hubot, and sort on the oldest o
234234

235235
## Further reading
236236

237-
- "[Searching issues and pull requests](/articles/searching-issues)""
237+
- "[Searching issues and pull requests](/articles/searching-issues)"

0 commit comments

Comments
 (0)