Skip to content

Commit 144b0c9

Browse files
committed
Fix broken reference in workflow
1 parent 01c37ad commit 144b0c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ on:
2222

2323
env:
2424
UNIVERSAL_SKETCH_PATHS: |
25-
- examples/SimpleDeepSleep
25+
- examples/WakeFromGPIO
2626
- examples/WakeFromRTC
27+
- examples/TurnPeripheralsOff
2728
SKETCHES_REPORTS_PATH: sketches-reports
2829
SKETCHES_REPORTS_ARTIFACT_NAME: sketches-reports
2930

0 commit comments

Comments
 (0)