Skip to content

Commit 122f1b6

Browse files
committed
fixup debians
1 parent 6dde49d commit 122f1b6

File tree

2 files changed

+196
-210
lines changed

2 files changed

+196
-210
lines changed

.github/workflows/debian-packages.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,6 @@ env:
1818
ROS_AUTOMATIC_DISCOVERY_RANGE: LOCALHOST
1919

2020
jobs:
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-
uses: lewagon/[email protected]
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:
@@ -58,7 +45,6 @@ jobs:
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:

0 commit comments

Comments
 (0)