Skip to content

Commit 87f835a

Browse files
committed
fix(mosq): Run IDF build test only on master or labeled PRs
1 parent 85a8dac commit 87f835a

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)