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.
2 parents 85a8dac + 87f835a commit 1c6580eCopy full SHA for 1c6580e
.github/workflows/mosq__build.yml
@@ -103,6 +103,9 @@ jobs:
103
echo "Versions are consistent: $CONFIG_VERSION"
104
105
build_idf_tests_with_mosq:
106
+ if: |
107
+ github.repository == 'espressif/esp-protocols' &&
108
+ ( contains(github.event.pull_request.labels.*.name, 'mosquitto') || github.event_name == 'push' )
109
name: Build IDF tests
110
strategy:
111
matrix:
0 commit comments