We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1d719 commit 4008030Copy full SHA for 4008030
.github/workflows/rolling-check-docs.yml
@@ -9,10 +9,11 @@ on:
9
- '**.rst'
10
- '**.md'
11
- '**.yaml'
12
+ - '.github/workflows/rolling-check-docs.yml'
13
14
jobs:
15
check-docs:
16
name: Check Docs
- uses: ros-controls/control.ros.org/.github/workflows/reusable-sphinx-check-single-version.yml@master
17
+ uses: ros-controls/control.ros.org/.github/workflows/reusable-sphinx-check-single-version.yml@rolling
18
with:
19
ROS2_CONTROLLERS_PR: ${{ github.ref }}
0 commit comments