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 e260049 commit d07d18fCopy full SHA for d07d18f
.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_CONTROL_PR: ${{ github.ref }}
0 commit comments