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 3e05849 commit 8297910Copy full SHA for 8297910
1 file changed
.github/workflows/main.yml
@@ -67,8 +67,6 @@ jobs:
67
- "Scheduler_example25_SCHEDULER_CHAIN"
68
- "Scheduler_example26_SCHEDULING_OPTIONS"
69
- "Scheduler_example28_Tickless"
70
- - "Scheduler_example29_NonArduino"
71
- - "Scheduler_example30_TASK_THREAD_SAFE"
72
# This is the platform GitHub will use to run our workflow,
73
# I picked ubuntu.
74
runs-on: ubuntu-latest
@@ -267,6 +265,7 @@ jobs:
267
265
example:
268
266
- "Scheduler_example27_PlatformIO"
269
- "Scheduler_example29_NonArduino"
+ - "Scheduler_example30_TASK_THREAD_SAFE"
270
environment:
271
- "esp32dev"
272
include:
0 commit comments