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 d03ff9f commit 828a2faCopy full SHA for 828a2fa
.github/workflows/compile-examples-and-tools.yml
@@ -54,3 +54,5 @@ jobs:
54
sketch-paths: |
55
- examples
56
- extras/tools
57
+ ignore-sketches: |
58
+ ${{ (matrix.board_version == 'es2' || matrix.board_version == '1_0') && 'examples/vsys/vsys.ino' || '' }}
0 commit comments