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 3cfa80e commit 744da21Copy full SHA for 744da21
.github/workflows/compile-examples.yml
@@ -12,9 +12,7 @@ on:
12
- ".github/workflows/compile-examples.yml"
13
- "examples/**"
14
- "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"
+
18
workflow_dispatch:
19
repository_dispatch:
20
@@ -160,7 +158,7 @@ jobs:
160
158
161
159
steps:
162
- name: Checkout repository
163
- uses: actions/checkout@v3
+ uses: actions/checkout@master
164
165
- name: Install ESP32 platform dependencies
166
if: startsWith(matrix.board.fqbn, 'esp32:esp32')
0 commit comments