Skip to content

Commit

Permalink
[CI] Update branch of reusable workflow (ros-controls#1135)
Browse files Browse the repository at this point in the history
* Update branch of reusable workflow

* Include workflow file to paths filter
  • Loading branch information
christophfroehlich committed May 14, 2024
1 parent 6f1d719 commit 4008030
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rolling-check-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ on:
- '**.rst'
- '**.md'
- '**.yaml'
- '.github/workflows/rolling-check-docs.yml'

jobs:
check-docs:
name: Check Docs
uses: ros-controls/control.ros.org/.github/workflows/reusable-sphinx-check-single-version.yml@master
uses: ros-controls/control.ros.org/.github/workflows/reusable-sphinx-check-single-version.yml@rolling
with:
ROS2_CONTROLLERS_PR: ${{ github.ref }}

0 comments on commit 4008030

Please sign in to comment.