We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115e42b commit 65616b3Copy full SHA for 65616b3
.github/workflows/Compile Examples.yml
@@ -11,6 +11,7 @@ on:
11
- ".github/workflows/compile-examples.yml"
12
- "examples/**"
13
- "src/**"
14
+ - "!examples/Display/Show_GIF/"
15
# Scheduled trigger checks for breakage caused by changes to external resources (libraries, platforms)
16
schedule:
17
# run every Saturday at 3 AM UTC
@@ -59,7 +60,6 @@ jobs:
59
60
- name: Arduino_MCHPTouch
61
sketch-paths: |
62
- './examples/'
- - '!./examples/Display/Show_GIF/'
63
enable-deltas-report: true
64
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
65
0 commit comments