From 3cba4d18faef3abed3ada4f5fc5eebb156500a46 Mon Sep 17 00:00:00 2001 From: PaulZC Date: Fri, 14 Jan 2022 09:18:43 +0000 Subject: [PATCH] Only run the YAML bot compiler on a single example. Compiling ten examples was taking far too long and added no value... --- .github/workflows/compile-sketch.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index 8a225b7..dea8578 100644 --- a/.github/workflows/compile-sketch.yml +++ b/.github/workflows/compile-sketch.yml @@ -99,15 +99,6 @@ jobs: libraries: | - source-path: ./ sketch-paths: | - - examples/Example10_AltitudeMSL - - examples/Example11_ResetModule/Example1_FactoryDefaultviaI2C - - examples/Example13_PVT/Example1_AutoPVT - - examples/Example13_PVT/Example2_AutoPVT_ExplicitUpdate - - examples/Example14_DebugOutput - - examples/Example15_GetDateTime - - examples/Example16_Nanosecond_MaxOutput - - examples/Example18_PowerSaveMode - - examples/Example19_DynamicModel - examples/Example20_SendCustomCommand enable-warnings-report: true enable-deltas-report: true