Skip to content

Commit

Permalink
Test jazzy branch only (#315)
Browse files Browse the repository at this point in the history
* Test jazzy branch only

* Fix typo
  • Loading branch information
christophfroehlich authored May 20, 2024
1 parent b17a458 commit 534c09f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/sphinx-check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,15 @@ 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:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
BRANCH: [humble, iron, master]
BRANCH: [jazzy]
steps:
- uses: actions/checkout@v4
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/sphinx-check-warnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,15 @@ 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:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
BRANCH: [humble, iron, master]
BRANCH: [jazzy]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 534c09f

Please sign in to comment.