From ce1a63a1faf10108a67358598e31b8f260d4536f Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Sat, 18 May 2024 17:06:49 +0000 Subject: [PATCH] Test humble branch only --- .github/workflows/sphinx-check-links.yml | 5 +---- .github/workflows/sphinx-check-warnings.yml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/sphinx-check-links.yml b/.github/workflows/sphinx-check-links.yml index 4e03a767e4..58da7626ed 100644 --- a/.github/workflows/sphinx-check-links.yml +++ b/.github/workflows/sphinx-check-links.yml @@ -4,9 +4,6 @@ on: push: branches: - humble - schedule: - # Run every morning to ensure component documentation is up to date on deployment - - cron: '23 5 * * *' jobs: check-links: @@ -14,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - BRANCH: [humble, iron, master] + BRANCH: [humble] steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/sphinx-check-warnings.yml b/.github/workflows/sphinx-check-warnings.yml index c59df21043..f82c6e254b 100644 --- a/.github/workflows/sphinx-check-warnings.yml +++ b/.github/workflows/sphinx-check-warnings.yml @@ -4,9 +4,6 @@ on: push: branches: - humble - schedule: - # Run every morning to ensure component documentation is up to date on deployment - - cron: '23 5 * * *' jobs: build-halt-on-warnings: @@ -14,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - BRANCH: [humble, iron, master] + BRANCH: [humble] steps: - uses: actions/checkout@v4 with: