# 工作流和操作

了解 GitHub Actions 中工作流和操作的概念。

## Links

* [工作流](/zh/enterprise-server@3.22/actions/concepts/workflows-and-actions/workflows)

  大致了解 GitHub Actions 工作流，包括触发器、语法和高级功能。

* [变量](/zh/enterprise-server@3.22/actions/concepts/workflows-and-actions/variables)

  了解工作流中的 GitHub Actions 变量。

* [上下文](/zh/enterprise-server@3.22/actions/concepts/workflows-and-actions/contexts)

  了解在 GitHub Actions 中的上下文。

* [表达式](/zh/enterprise-server@3.22/actions/concepts/workflows-and-actions/expressions)

  你可以对工作流和操作中的表达式求值。

* [重用工作流配置](/zh/enterprise-server@3.22/actions/concepts/workflows-and-actions/reusing-workflow-configurations)

  了解如何在创建工作流时避免重复。

* [关于自定义操作](/zh/enterprise-server@3.22/actions/concepts/workflows-and-actions/custom-actions)

  可以组合起来创建作业并自定义工作流程的各个步骤称为操作。 可以创建自己的操作，也可以使用社区共享 GitHub 的操作并自定义操作。

* [部署环境](/zh/enterprise-server@3.22/actions/concepts/workflows-and-actions/deployment-environments)

  可以创建并部署到不同的环境。

* [并发](/zh/enterprise-server@3.22/actions/concepts/workflows-and-actions/concurrency)

  了解如何同时运行工作流和作业。

* [工作流工件](/zh/enterprise-server@3.22/actions/concepts/workflows-and-actions/workflow-artifacts)

  了解如何将数据作为 GitHub Actions 工作流的工件进行存储并共享。

* [依赖项缓存](/zh/enterprise-server@3.22/actions/concepts/workflows-and-actions/dependency-caching)

  了解用于提升工作流速度和效率的依赖项缓存功能。

* [工作流程运行通知](/zh/enterprise-server@3.22/actions/concepts/workflows-and-actions/notifications-for-workflow-runs)

  您可以订阅关于您触发的工作流程的运行通知。