Skip to content

Use a configurable thread pool for the RtpsRelay event handlers #880

Use a configurable thread pool for the RtpsRelay event handlers

Use a configurable thread pool for the RtpsRelay event handlers #880

Workflow file for this run

name: Sphinx Tests
on:
push:
pull_request:
schedule:
- cron: '0 1 * * SUN'
jobs:
strict:
runs-on: ubuntu-latest
steps:
- name: checkout OpenDDS
uses: actions/checkout@v4
- name: Run Strict Checks
run: |
python3 docs/build.py strict
linkcheck:
runs-on: ubuntu-latest
steps:
- name: checkout OpenDDS
uses: actions/checkout@v4
- name: Run Link Checks
run: |
python3 docs/build.py linkcheck