Merge pull request #53065 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot 2024-11-11 16:31:22 -05:00 коммит произвёл GitHub
Родитель fc5e5beb0c ed9a5e9f47
Коммит a8eac84fdd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
A **workflow** is a configurable automated process that will run one or more jobs. Workflows are defined by a YAML file checked in to your repository and will run when triggered by an event in your repository, or they can be triggered manually, or at a defined schedule.
Workflows are defined in the `.github/workflows` directory in a repository. A repository can have multiple workflows, each which can perform a different set of tasks such as:
Workflows are defined in the `.github/workflows` directory in a repository. A repository can have multiple workflows, each of which can perform a different set of tasks such as:
* Building and testing pull requests.
* Deploying your application every time a release is created.
* Adding a label whenever a new issue is opened.