Skip to content

Commit f4ff755

Browse files
authored
Update Compile Examples.yml
1 parent 65616b3 commit f4ff755

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/Compile Examples.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
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
@@ -59,7 +58,17 @@ jobs:
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

0 commit comments

Comments
 (0)