Skip to content

Commit 4008030

Browse files
[CI] Update branch of reusable workflow (ros-controls#1135)
* Update branch of reusable workflow * Include workflow file to paths filter
1 parent 6f1d719 commit 4008030

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rolling-check-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ on:
99
- '**.rst'
1010
- '**.md'
1111
- '**.yaml'
12+
- '.github/workflows/rolling-check-docs.yml'
1213

1314
jobs:
1415
check-docs:
1516
name: Check Docs
16-
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
1718
with:
1819
ROS2_CONTROLLERS_PR: ${{ github.ref }}

0 commit comments

Comments
 (0)