Skip to content

Commit

Permalink
Test humble branch only
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed May 18, 2024
1 parent d64a4d3 commit ce1a63a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/sphinx-check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@ on:
push:
branches:
- humble
schedule:
# Run every morning to ensure component documentation is up to date on deployment
- cron: '23 5 * * *'

jobs:
check-links:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
BRANCH: [humble, iron, master]
BRANCH: [humble]
steps:
- uses: actions/checkout@v4
with:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/sphinx-check-warnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@ 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:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
BRANCH: [humble, iron, master]
BRANCH: [humble]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit ce1a63a

Please sign in to comment.