We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1b410 commit dfd1c52Copy full SHA for dfd1c52
3 files changed
.github/workflows/ci.yml
@@ -1,12 +1,11 @@
1
name: CI
2
3
on:
4
- pull_request:
5
- paths-ignore:
6
- - 'README.md'
7
- branches:
8
- - '**'
9
workflow_call:
+ inputs:
+ ci_target_ref:
+ required: true
+ type: string
10
11
env:
12
ROS_DISTRO: rolling
@@ -23,6 +22,7 @@ jobs:
23
22
- uses: actions/checkout@v4
24
with:
25
path: src/micro_ros_setup
+ ref: ${{ inputs.ci_target_ref }}
26
27
- uses: ros-tooling/setup-ros@0.7.0
28
@@ -63,6 +63,7 @@ jobs:
63
64
65
66
67
68
69
@@ -210,6 +211,7 @@ jobs:
210
211
212
213
214
215
216
217
0 commit comments