You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 touchingdocs/**
such as #3681 would not need to be tested.The text was updated successfully, but these errors were encountered: