Skip to content

Commit ae5a8ce

Browse files
committed
fix(mosq): Run mosquitto version check only on labeled job or push
1 parent 774bab2 commit ae5a8ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mosq__build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
done
7676
7777
check_consistency:
78+
if: contains(github.event.pull_request.labels.*.name, 'mosquitto') || github.event_name == 'push'
7879
name: Checks that API docs and versions are consistent
7980
runs-on: ubuntu-latest
8081
steps:

0 commit comments

Comments
 (0)