Skip to content

Commit

Permalink
Revert "Build all distros"
Browse files Browse the repository at this point in the history
This reverts commit 1f35188.
  • Loading branch information
Timple committed May 14, 2024
1 parent f93b942 commit 6bc8368
Showing 1 changed file with 1 addition and 37 deletions.
38 changes: 1 addition & 37 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,7 @@ on:
push:

jobs:
noetic:
runs-on: ubuntu-22.04
steps:
- uses: jspricke/ros-deb-builder-action@main
with:
ROS_DISTRO: noetic
DEB_DISTRO: focal
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOS_FILE: empty.repos
humble:
runs-on: ubuntu-22.04
steps:
- uses: jspricke/ros-deb-builder-action@main
with:
ROS_DISTRO: humble
DEB_DISTRO: jammy
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOS_FILE: empty.repos
iron:
build_testing:
runs-on: ubuntu-22.04
steps:
# - uses: jspricke/ros-deb-builder-action@main until: https://github.com/jspricke/ros-deb-builder-action/issues/38
Expand Down Expand Up @@ -284,21 +266,3 @@ jobs:
yabloc_monitor
yabloc_particle_filter
yabloc_pose_initializer
jade:
runs-on: ubuntu-22.04
steps:
- uses: jspricke/ros-deb-builder-action@main
with:
ROS_DISTRO: jade
DEB_DISTRO: noble
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOS_FILE: empty.repos
rolling:
runs-on: ubuntu-22.04
steps:
- uses: jspricke/ros-deb-builder-action@main
with:
ROS_DISTRO: rolling
DEB_DISTRO: noble
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOS_FILE: empty.repos

0 comments on commit 6bc8368

Please sign in to comment.