black/.github
Richard Si 3ef339b2e7
Modify when Test, Primer, and Documentation Build run (#2226)
- Test and Primer don't run for documentation only changes since it's
  unnecessary, eating unnecessary cycles and slowing down CI since these
  workflows eat up the 20 max workers limit quite easily!

- Documentation Build runs all of the time now since quite a bit of the
  content depends on Black's code so even a simple 1-file change in
  src/black/__init__.py may break the docs build. It's not like this is
  a costly workflow anyway.

Fuzz is still running on all changes because with fuzzing, the more the
better in general. 6 or 7 jobs on a documentation only commit is much
better than 27/28 jobs anyway :p

I also found an error in our bug report issue template :)
2021-05-12 21:28:41 -04:00
..
ISSUE_TEMPLATE Modify when Test, Primer, and Documentation Build run (#2226) 2021-05-12 21:28:41 -04:00
workflows Modify when Test, Primer, and Documentation Build run (#2226) 2021-05-12 21:28:41 -04:00
CODE_OF_CONDUCT.md Automatic markdown and YAML formatting with Prettier (#874) 2019-10-21 11:42:46 +02:00