From e4dc5626a9ce0939c2be355fa4e0d1cab14ffb53 Mon Sep 17 00:00:00 2001 From: jgromes <jgromes@users.noreply.github.com> Date: Fri, 5 Feb 2021 22:59:31 +0100 Subject: [PATCH] CI Added missing skip patter SparkFun:apollo3:sfe_artemis --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 445282cd..cb291490 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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)