Skip to content

Commit

Permalink
fix(mosq): Run IDF build test only on master or labeled PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cermak committed Jan 31, 2025
1 parent 85a8dac commit 87f835a
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 87f835a

Please sign in to comment.