From 59562867f71e0f0ea1a490262d91129dcb790340 Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Thu, 25 Apr 2024 14:35:16 +0000 Subject: [PATCH] Add jazzy to workflows --- .github/workflows/sphinx-check-links.yml | 2 +- .github/workflows/sphinx-check-page-multiversion.yml | 1 + .github/workflows/sphinx-check-warnings.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sphinx-check-links.yml b/.github/workflows/sphinx-check-links.yml index 06a058f80e..5bf008ad02 100644 --- a/.github/workflows/sphinx-check-links.yml +++ b/.github/workflows/sphinx-check-links.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - BRANCH: [humble, iron, master] + BRANCH: [humble, iron, jazzy, master] steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/sphinx-check-page-multiversion.yml b/.github/workflows/sphinx-check-page-multiversion.yml index 55619752d2..80e57263f8 100644 --- a/.github/workflows/sphinx-check-page-multiversion.yml +++ b/.github/workflows/sphinx-check-page-multiversion.yml @@ -10,6 +10,7 @@ on: options: - humble - iron + - jazzy - master pull_request: branches: diff --git a/.github/workflows/sphinx-check-warnings.yml b/.github/workflows/sphinx-check-warnings.yml index 7cb692136c..5b9c62cde7 100644 --- a/.github/workflows/sphinx-check-warnings.yml +++ b/.github/workflows/sphinx-check-warnings.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - BRANCH: [humble, iron, master] + BRANCH: [humble, iron, jazzy, master] steps: - uses: actions/checkout@v4 with: