From 774bab22ea293a29b85c256ad6da430ea6e87593 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Mon, 20 Jan 2025 12:38:52 +0100 Subject: [PATCH 1/2] fix(common): Update esp-docs dependencies to fix docs-build job --- docs/requirements.txt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 1b66e56c3f..2ef7186598 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,8 +1 @@ -sphinxcontrib-applehelp==1.0.4 -sphinxcontrib_devhelp==1.0.2 -sphinxcontrib-htmlhelp==2.0.1 -sphinxcontrib-serializinghtml==1.1.5 -sphinxcontrib-qthelp==1.0.3 -breathe==4.35 -recommonmark==0.7.1 -esp-docs==1.7.1 +esp-docs>=2.0.0 From ae5a8ceedacd3d8cfe965f5fdc68980ca428ceaa Mon Sep 17 00:00:00 2001 From: David Cermak Date: Mon, 20 Jan 2025 12:56:02 +0100 Subject: [PATCH 2/2] fix(mosq): Run mosquitto version check only on labeled job or push --- .github/workflows/mosq__build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mosq__build.yml b/.github/workflows/mosq__build.yml index 4534408b61..b4dddb25ec 100644 --- a/.github/workflows/mosq__build.yml +++ b/.github/workflows/mosq__build.yml @@ -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: