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

Split CI GitHub workflows into 3 files #3682

Open
hantuzun opened this issue Apr 24, 2024 · 1 comment
Open

Split CI GitHub workflows into 3 files #3682

hantuzun opened this issue Apr 24, 2024 · 1 comment

Comments

@hantuzun
Copy link
Contributor

The ci.yaml file could be split into:

  • ci-docs.yaml
  • ci-lint.yaml
  • ci-test.yaml

Then, ci-test.yaml could ignore paths such that PRs only touching docs/** such as #3681 would not need to be tested.

@casey
Copy link
Collaborator

casey commented Apr 26, 2024

I'm fine with that, although, in practice, running the tests takes a lot longer than building the docs or linting, and they happen in parallel, so it doesn't slow down the overall run time.

If we do split them, I'd vote to call them docs.yaml, lint.yaml, and ci.yaml or test.yaml.

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

2 participants