Skip to content

Commit

Permalink
Check docs on correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Apr 29, 2024
1 parent 71e59b1 commit 3963144
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/humble-check-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check Docs

on:
workflow_dispatch:
pull_request:
branches:
- humble

jobs:
check-docs:
name: Check Docs
uses: ros-controls/control.ros.org/.github/workflows/reusable-sphinx-check-single-version.yml@humble
with:
ROS2_CONTROLLERS_PR: ${{ github.ref }}
14 changes: 14 additions & 0 deletions .github/workflows/iron-check-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check Docs

on:
workflow_dispatch:
pull_request:
branches:
- iron

jobs:
check-docs:
name: Check Docs
uses: ros-controls/control.ros.org/.github/workflows/reusable-sphinx-check-single-version.yml@iron
with:
ROS2_CONTROLLERS_PR: ${{ github.ref }}
14 changes: 14 additions & 0 deletions .github/workflows/jazzy-check-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check Docs

on:
workflow_dispatch:
pull_request:
branches:
- master

jobs:
check-docs:
name: Check Docs
uses: ros-controls/control.ros.org/.github/workflows/reusable-sphinx-check-single-version.yml@jazzy
with:
ROS2_CONTROLLERS_PR: ${{ github.ref }}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Check Docs
on:
workflow_dispatch:
pull_request:
branches:
- master

jobs:
check-docs:
Expand Down

0 comments on commit 3963144

Please sign in to comment.