Cette version de GitHub Enterprise Server n'est plus disponible depuis le 2025-06-04. Aucune publication de correctifs n’est effectuée, même pour les problèmes de sécurité critiques. Pour de meilleures performances, une sécurité améliorée et de nouvelles fonctionnalités, effectuez une mise à niveau vers la dernière version de GitHub Enterprise. Pour obtenir de l’aide sur la mise à niveau, contactez le support GitHub Enterprise.
Writing workflows
GitHub Actions workflows can automate tasks throughout the software development lifecycle.
Using workflow templates
GitHub provides workflow templates for a variety of languages and tooling.
Choosing when your workflow runs
You can configure workflows to run on a schedule or to run when certain events happen.
Choosing where your workflow runs
You can specify the compute environment your jobs and workflows run in.
Choosing what your workflow does
Workflows automate tasks in your software development lifecycle. Many tasks that you manually complete can be converted to a GitHub Actions workflow.