Replies: 1 comment 3 replies
-
It's been smooth! I tweaked some of the base GA scripts a little. I have one that checks to see if the CoC has updated once a week and if it has it opens a PR to pull in the new CoC. I did this because if it changes I wanted some automatic notification as to what the changes were. I also tweaked the release GA a bit but gave up trying to get it to do what I want it to do which is run my tests first and only publish if everything passes. There seems to be some conditional flow control limitations wrt to how a GA can run other workflows.
Not anything urgent! It'd be nice if the CoC check could be a push (webhook) instead of a pull but ¯\(ツ)/¯
I'm self conscious about how long the CI runs on this repo (~20 minutes). There's no way to avoid starting up a bunch of python subprocesses to test this library because of what it is. Every time this happens all the pytest/coverage stuff has to bootstrap which takes awhile so there's not much more efficiency I can wring out of it. I'm worried it might be an unnecessarily large hog on the actions quota. I'm not sure how concerned I should be about this. I'm considering disabling CI on commits and only running it on PRs. |
Beta Was this translation helpful? Give feedback.
-
Hi @django-commons/django-typer! I wanted to take a moment and check in with you about how the transition to Django Commons has been.
If you'd like to chat with us privately, our email is [email protected]. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions