diff --git a/.github/workflows/Compile_Examples_ESP8266.yml b/compile_examples.yml similarity index 97% rename from .github/workflows/Compile_Examples_ESP8266.yml rename to compile_examples.yml index 8cf6c47..116ba65 100644 --- a/.github/workflows/Compile_Examples_ESP8266.yml +++ b/compile_examples.yml @@ -12,8 +12,7 @@ jobs: with: libraries: | - source-path: ./ - - build-esp8266: + build-esp8266: runs-on: ubuntu-latest if: contains(github.event.head_commit.message, '[esp8266]') steps: