File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 1111 - " .github/workflows/compile-examples.yml"
1212 - " examples/**"
1313 - " src/**"
14- - " !examples/Display/Show_GIF/"
1514 # Scheduled trigger checks for breakage caused by changes to external resources (libraries, platforms)
1615 schedule :
1716 # run every Saturday at 3 AM UTC
5958 - name: Adafruit ST7735 and ST7789 Library
6059 - name: Arduino_MCHPTouch
6160 sketch-paths : |
62- - './examples/'
61+ # Ignoring Display/AnimatedGif compiling the rest of them
62+ - './examples/Actuators/'
63+ - './examples/All_Features/'
64+ - './examples/Grove_Inputs/'
65+ - './examples/LEDs-Examples/'
66+ - './examples/SD_card/'
67+ - './examples/Sensors'
68+ - './examples/TouchPads'
69+ - './examples/Display/Compose_images/'
70+ - './examples/Display/Graphics/'
71+
6372 enable-deltas-report : true
6473 sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
6574
You can’t perform that action at this time.
0 commit comments