Centralize GitHub Workflows #1
ialejandro
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The idea behind this structure is to maintain a centralized repository where reusable workflows are stored, promoting consistency and reducing duplication across multiple projects. Each directory under
.github/workflows
represents a technology or tool (e.g., Helm, Ansible, Docker) and contains specific workflows (e.g., linting, deployment, testing). Common workflows that are applicable to multiple technologies can be stored in a common directory.Directories
Here are some examples of how you might structure the directories:
Another solution:
More info.
Beta Was this translation helpful? Give feedback.
All reactions