From 534c09f669b4f857fcdd880471dd5b8decd94091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Fr=C3=B6hlich?= Date: Mon, 20 May 2024 09:52:15 +0200 Subject: [PATCH] Test jazzy branch only (#315) * Test jazzy branch only * Fix typo --- .github/workflows/sphinx-check-links.yml | 7 ++----- .github/workflows/sphinx-check-warnings.yml | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/sphinx-check-links.yml b/.github/workflows/sphinx-check-links.yml index 06a058f80e..b420c7d5cf 100644 --- a/.github/workflows/sphinx-check-links.yml +++ b/.github/workflows/sphinx-check-links.yml @@ -3,10 +3,7 @@ on: workflow_dispatch: push: branches: - - master - schedule: - # Run every morning to ensure component documentation is up to date on deployment - - cron: '23 5 * * *' + - jazzy jobs: check-links: @@ -14,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - BRANCH: [humble, iron, master] + BRANCH: [jazzy] steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/sphinx-check-warnings.yml b/.github/workflows/sphinx-check-warnings.yml index 7cb692136c..54dadecf80 100644 --- a/.github/workflows/sphinx-check-warnings.yml +++ b/.github/workflows/sphinx-check-warnings.yml @@ -3,10 +3,7 @@ on: workflow_dispatch: push: branches: - - master - schedule: - # Run every morning to ensure component documentation is up to date on deployment - - cron: '23 5 * * *' + - jazzy jobs: build-halt-on-warnings: @@ -14,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - BRANCH: [humble, iron, master] + BRANCH: [jazzy] steps: - uses: actions/checkout@v4 with: