1
0
mirror of synced 2026-01-30 06:01:34 -05:00

Merge pull request #7799 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2021-06-30 04:44:23 +10:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

@@ -76,8 +76,9 @@ For more information on syntax to reference environments in workflows, see "[Wor
When a workflow references an environment, the environment will appear in the repository's deployments. For more information about viewing current and previous deployments, see "[Viewing deployment history](/developers/overview/viewing-deployment-history)."
{% ifversion fpt or ghae-next or ghes > 3.1 %}
## Using concurrency to serialize deployments in an environment
You can use concurrency so that an environment has a maximum of one deployment in progress and one deployment pending at a time. For more information, see "[Workflow syntax for GitHub Actions](/actions/reference/workflow-syntax-for-github-actions#concurrency)."
You can use concurrency so that an environment has a maximum of one deployment in progress and one deployment pending at a time. For more information, see "[Workflow syntax for GitHub Actions](/actions/reference/workflow-syntax-for-github-actions#concurrency)."{% endif %}
## Deleting an environment

View File

@@ -247,7 +247,7 @@ defaults:
working-directory: scripts
```
{% ifversion fpt or ghes > 3.0 or ghae-next %}
{% ifversion fpt or ghae-next or ghes > 3.1 %}
## `concurrency`
{% data reusables.actions.concurrency-beta %}
@@ -440,7 +440,7 @@ environment:
{% endif %}
{% ifversion fpt or ghes > 3.0 or ghae-next %}
{% ifversion fpt or ghae-next or ghes > 3.1 %}
## `jobs.<job_id>.concurrency`
{% data reusables.actions.concurrency-beta %}