Skip to content

Commit

Permalink
Merge pull request #753 from david-cermak/fix/ci_mosq
Browse files Browse the repository at this point in the history
[mosquitto]: Fix minor CI issue
  • Loading branch information
david-cermak authored Feb 3, 2025
2 parents 85a8dac + 87f835a commit 1c6580e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mosq__build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1c6580e

Please sign in to comment.