-
Notifications
You must be signed in to change notification settings - Fork 973
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
fix lint CI race condition #1081
Conversation
But it seems we should make it requires - lint:
requires:
- checkout_specs |
neither Here is an instance of the error. Because |
@djrtwo Ahh, you're right about that both If we make Sorry for the spam commits of the experiment on this branch. I was thinking about if we can utilize parallel jobs to: But it seems to require reworking Makefile... so I'm inclined to keep serial workflow for now. |
Lint CI requires
install_test
and was sometimes failing due to a race condition.fixed!