Skip to content

Commit 1c6580e

Browse files
authored
Merge pull request #753 from david-cermak/fix/ci_mosq
[mosquitto]: Fix minor CI issue
2 parents 85a8dac + 87f835a commit 1c6580e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/mosq__build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ jobs:
103103
echo "Versions are consistent: $CONFIG_VERSION"
104104
105105
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' )
106109
name: Build IDF tests
107110
strategy:
108111
matrix:

0 commit comments

Comments
 (0)