File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,24 +5,24 @@ name: pre-release
55
66on :
77 workflow_dispatch :
8+ inputs :
9+ ROS_DISTRO :
10+ type : string
11+ required : true
12+ description : ' ROS distribution codename:'
13+ default : noetic
814
915permissions :
1016 contents : read # to fetch code (actions/checkout)
1117
1218jobs :
1319 default :
14- strategy :
15- matrix :
16- distro : [noetic]
17-
1820 env :
19- # https://github.com/ros-industrial/industrial_ci/issues/666
20- BUILDER : catkin_make_isolated
21- ROS_DISTRO : ${{ matrix.distro }}
21+ ROS_DISTRO : ${{ inputs.ROS_DISTRO }}
2222 PRERELEASE : true
2323 BASEDIR : ${{ github.workspace }}/.work
2424
25- name : " ${{ matrix.distro }}"
25+ name : " ${{ inputs.ROS_DISTRO }}"
2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : " Free up disk space"
You can’t perform that action at this time.
0 commit comments