File tree Expand file tree Collapse file tree 2 files changed +196
-210
lines changed
Expand file tree Collapse file tree 2 files changed +196
-210
lines changed Original file line number Diff line number Diff line change 1818 ROS_AUTOMATIC_DISCOVERY_RANGE : LOCALHOST
1919
2020jobs :
21- # Only run if tests pass
22- check-tests :
23- if : github.event_name == 'pull_request'
24- runs-on : ubuntu-latest
25- steps :
26- - name : Wait for tests
27- 28- with :
29- ref : ${{ github.event.pull_request.head.sha }}
30- check-name : ' Test ROS2 humble'
31- repo-token : ${{ secrets.GITHUB_TOKEN }}
32- wait-interval : 30
33-
3421 determine-distros :
3522 runs-on : ubuntu-latest
3623 outputs :
5845 name : Generate Debian packages for ROS2 ${{ matrix.ros_distro }}
5946 runs-on : ubuntu-latest
6047 needs : [determine-distros]
61- if : always() && (needs.check-tests.result == 'success' || needs.check-tests.result == 'skipped')
6248 container :
6349 image : ros:${{ matrix.ros_distro }}-ros-base-${{ matrix.ubuntu_distro }}
6450 credentials :
You can’t perform that action at this time.
0 commit comments