Adafruit_Learning_System_Guides icon indicating copy to clipboard operation
Adafruit_Learning_System_Guides copied to clipboard

Avoid running CI tests on unchanged code

Open dhalbert opened this issue 3 years ago • 1 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: https://github.com/adafruit/circuitpython/pull/5312

dhalbert avatar Sep 09 '21 21:09 dhalbert