Skip to content

Commit 744da21

Browse files
committed
complie-examples.yml updated
1 parent 3cfa80e commit 744da21

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/compile-examples.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ on:
1212
- ".github/workflows/compile-examples.yml"
1313
- "examples/**"
1414
- "src/**"
15-
schedule:
16-
# Run every Tuesday at 8 AM UTC to catch breakage caused by changes to external resources (libraries, platforms).
17-
- cron: "0 8 * * TUE"
15+
1816
workflow_dispatch:
1917
repository_dispatch:
2018

@@ -160,7 +158,7 @@ jobs:
160158

161159
steps:
162160
- name: Checkout repository
163-
uses: actions/checkout@v3
161+
uses: actions/checkout@master
164162

165163
- name: Install ESP32 platform dependencies
166164
if: startsWith(matrix.board.fqbn, 'esp32:esp32')

0 commit comments

Comments
 (0)