forked from espressif/esp-protocols
Merge pull request #753 from david-cermak/fix/ci_mosq
[mosquitto]: Fix minor CI issue
This commit is contained in:
3
.github/workflows/mosq__build.yml
vendored
3
.github/workflows/mosq__build.yml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user