Skip to content

Commit

Permalink
fix(mosq): Run mosquitto version check only on labeled job or push
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cermak committed Jan 20, 2025
1 parent 774bab2 commit ae5a8ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mosq__build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
done
check_consistency:
if: contains(github.event.pull_request.labels.*.name, 'mosquitto') || github.event_name == 'push'
name: Checks that API docs and versions are consistent
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ae5a8ce

Please sign in to comment.