Skip to content

Commit 7be8bd9

Browse files
checkout to rolling
1 parent df648f2 commit 7be8bd9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/rolling_ros2_ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
ROS_DISTRO: [rolling]
15-
ROS_REPO: [rolling]
15+
ROS_REPO: [main]
1616
env:
1717
CCACHE_DIR: "${{ github.workspace }}/.ccache" # directory for ccache (and how we enable ccache in industrial_ci)
1818
steps:
1919
- uses: actions/checkout@v4 # clone target repository
20+
with:
21+
ref: rolling
2022
- uses: actions/cache@v4 # fetch/store the directory used by ccache before/after the ci run
2123
with:
2224
path: ${{ env.CCACHE_DIR }}

0 commit comments

Comments
 (0)