Skip to main content

Esta versión de GitHub Enterprise se discontinuó el 2022-10-12. No se realizarán lanzamientos de patch, ni siquiera para problemas de seguridad críticos. Para obtener rendimiento mejorado, seguridad mejorada y nuevas características, actualice a la versión más reciente de GitHub Enterprise. Para obtener ayuda con la actualización, póngase en contacto con el soporte técnico de GitHub Enterprise.

About GitHub Actions for enterprises

GitHub Actions can improve developer productivity by automating your enterprise's software development cycle.

Note: GitHub Actions está disponible en GitHub Enterprise Server 3.0 o posterior. Si estás utilizando una versión más antigua de GitHub Enterprise Server, tendrás que mejorarla para utilizar el GitHub Actions. Para más información sobre cómo actualizar la instancia de GitHub Enterprise Server, vea "Acerca de las actualizaciones a nuevas versiones".

About GitHub Actions for enterprises

GitHub Actions permite los usuarios que utilicen your GitHub Enterprise Server instance mejorar la productividad mediante la automatización de todas las fases del flujo de trabajo de desarrollo de software.

TaskMore information
Automatically test and build your application"About continuous integration"
Deploy your application"About continuous deployment"
Automatically and securely package code into artifacts and containers"About packaging with GitHub Actions"
Automate your project management tasks"Using GitHub Actions for project management"

GitHub Actions helps your team work faster at scale. When large repositories start using GitHub Actions, teams merge significantly more pull requests per day, and the pull requests are merged significantly faster. For more information, see "Writing and shipping code faster" in the State of the Octoverse.

You can create your own unique automations, or you can use and adapt workflows from our ecosystem of over 10,000 actions built by industry leaders and the open source community. You can restrict your developers to using actions that exist on your GitHub Enterprise Server instance, or you can allow your developers to access actions on GitHub.com. For more information, see "About using actions in your enterprise."

GitHub Actions is developer friendly, because it's integrated directly into the familiar GitHub Enterprise Server experience.

You can control your own private CI/CD infrastructure by using self-hosted runners. Self-hosted runners allow you to determine the exact environment and resources that complete your builds, testing, and deployments, without exposing your software development cycle to the internet. For more information, see "About self-hosted runners."

GitHub Actions provides greater control over deployments. For example, you can use environments to require approval for a job to proceed, restrict which branches can trigger a workflow, or limit access to secrets.

GitHub Actions also includes tools to govern your enterprise's software development cycle and meet compliance obligations. For more information, see "Enforcing policies for GitHub Actions in your enterprise."

About getting started with GitHub Actions

Antes de iniciar, debes hacer un plan de cómo introducirás las GitHub Actions a tu empresa. Para obtener más información, vea "Presentar GitHub Actions en su empresa".

Si estás migrando tu empresa a las GitHub Actions desde otro proveedor, hay consideraciones adicionales. Para obtener más información, vea "Migrar la empresa a GitHub Actions."

GitHub Actions no está habilitado para GitHub Enterprise Server de manera predeterminada. After you finish planning, you can follow the instructions for enabling GitHub Actions. For example, you may need to upgrade the CPU and memory resources for your GitHub Enterprise Server instance. For more information, see "Getting started with GitHub Actions for GitHub Enterprise Server."

Further reading