Adafruit_Learning_System_Guides
Adafruit_Learning_System_Guides copied to clipboard
Avoid running CI tests on unchanged code
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: https://github.com/adafruit/circuitpython/pull/5312