Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate build pipelines based on changes #17

Open
johnnyt opened this issue Apr 25, 2020 · 0 comments
Open

Separate build pipelines based on changes #17

johnnyt opened this issue Apr 25, 2020 · 0 comments

Comments

@johnnyt
Copy link
Member

johnnyt commented Apr 25, 2020

We should only be running parts of the CI pipeline based on what changes a commit introduces.

This could be done by:

  • adding a tag for the body of a commit message (e.g. [lang elixir] or [package statifier-ex]) and using that to determine what to do
  • using info from the commit (e.g. changed files) to determine what to do
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant