Skip to content

Commit

Permalink
Remove *testing* ci pipelines for unsupported versions
Browse files Browse the repository at this point in the history
There won't be any development on deprecated versions, so drop them and
keep the CI a little more light-weight.
  • Loading branch information
stefanscherzinger committed Sep 21, 2023
1 parent a7bbee5 commit 8a038f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/industrial_ci_foxy_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
fail-fast: false
matrix:
env:
- {ROS_DISTRO: foxy, ROS_REPO: testing}
- {ROS_DISTRO: foxy, ROS_REPO: main}
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/industrial_ci_galactic_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
fail-fast: false
matrix:
env:
- {ROS_DISTRO: galactic, ROS_REPO: testing}
- {ROS_DISTRO: galactic, ROS_REPO: main}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8a038f0

Please sign in to comment.