fix(mosq): Run IDF build test only on master or labeled PRs

This commit is contained in:
David Cermak
2025-01-31 11:19:00 +01:00
parent 85a8dac42d
commit 87f835af0f

View File

@ -103,6 +103,9 @@ jobs:
echo "Versions are consistent: $CONFIG_VERSION"
build_idf_tests_with_mosq:
if: |
github.repository == 'espressif/esp-protocols' &&
( contains(github.event.pull_request.labels.*.name, 'mosquitto') || github.event_name == 'push' )
name: Build IDF tests
strategy:
matrix: