From 31731d727adabd6474522ed8fd76b2a4876291ca Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Wed, 3 Apr 2024 19:32:00 -0700 Subject: [PATCH] Fix: Update tox envs to the available ones Change-Id: I5f254e71670ddd14ef7022ed0ad4e48683f3a2a5 Signed-off-by: Jessica Wagantall --- .github/workflows/gerrit-novote-merge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gerrit-novote-merge.yaml b/.github/workflows/gerrit-novote-merge.yaml index 13697bb..f2066dc 100644 --- a/.github/workflows/gerrit-novote-merge.yaml +++ b/.github/workflows/gerrit-novote-merge.yaml @@ -82,7 +82,7 @@ jobs: # yamllint disable-line rule:line-length uses: lfit/releng-reusable-workflows/.github/actions/tox-run-action@main with: - tox-envs: '["py3"]' + tox-envs: '["docs","docs-linkcheck"]' - name: Run SonarCloud Scan uses: sonarsource/sonarcloud-github-action@master env: -- 2.16.6