CI Added missing skip patter SparkFun:apollo3:sfe_artemis
This commit is contained in:
parent
bc2de34e39
commit
e4dc5626a9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -110,6 +110,7 @@ jobs:
|
|||
# SparkFun Apollo
|
||||
echo "::set-output name=index-url::--additional-urls https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/master/package_sparkfun_apollo3_index.json"
|
||||
echo "::set-output name=warnings::'none'"
|
||||
echo "::set-output name=skip-pattern::(HTTP|MQTT).*ino"
|
||||
|
||||
elif [[ "${{ contains(matrix.board, 'STM32:stm32') }}" == "true" ]]; then
|
||||
# STM32 (official core)
|
||||
|
|
Loading…
Add table
Reference in a new issue