Skip to content

Commit 6fa1009

Browse files
committed
ci: fix for public
1 parent 86dee3c commit 6fa1009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- ".github/workflows/compile-examples.yml"
77
- "cores/**"
8+
- "extras/**"
89
- "libraries/**"
910
- "variants/**"
1011
- "boards.txt"
@@ -13,6 +14,7 @@ on:
1314
paths:
1415
- ".github/workflows/compile-examples.yml"
1516
- "cores/**"
17+
- "extras/**"
1618
- "libraries/**"
1719
- "variants/**"
1820
- "boards.txt"
@@ -86,8 +88,6 @@ jobs:
8688
uses: actions/checkout@v2
8789
with:
8890
submodules: recursive
89-
token: ${{ secrets.PRIVATE_SUBMODULES_CLONE }}
90-
fetch-depth: 0
9191

9292
# The source files are in a subfolder of the ArduinoCore-API repository, so it's not possible to clone it directly to the final destination in the core
9393
- name: Checkout ArduinoCore-API

0 commit comments

Comments
 (0)