adafruit / Adafruit_Learning_System_Guides

Programs and scripts to display "inline" in Adafruit Learning System guides

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avoid running CI tests on unchanged code

dhalbert opened this issue · comments

The CI for PR pushes runs all the tests, though it need not if the only things that have changed are unrelated. For instance, changing Python files should not need to re-run the Arduino test builds.

CircuitPython recently did something similar: adafruit/circuitpython#5312

That would be outstanding!