Skip to content

Commit

Permalink
Remove testing workflows
Browse files Browse the repository at this point in the history
That's probably unnecessary overhead.
  • Loading branch information
stefanscherzinger committed Jan 9, 2024
1 parent 1aed08e commit 8cadc1c
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_melodic_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
fail-fast: false
matrix:
env:
- {ROS_DISTRO: melodic, ROS_REPO: testing}
- {ROS_DISTRO: melodic, ROS_REPO: main}
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/industrial_ci_noetic_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
fail-fast: false
matrix:
env:
- {ROS_DISTRO: noetic, ROS_REPO: testing}
- {ROS_DISTRO: noetic, ROS_REPO: main}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8cadc1c

Please sign in to comment.