Skip to content

Commit 3ac7a4b

Browse files
author
M. Fatih Cırıt
committed
remove references
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent b5c2dd3 commit 3ac7a4b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

colcon-test/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
rosdistro: galactic
5858
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
5959
build-depends-repos: build_depends.repos
60-
label-regex: ${{ matrix.test-label }}
6160

6261
- name: Upload coverage to Codecov
6362
if: ${{ steps.test.outputs.coverage-report-files != '' }}
@@ -76,7 +75,6 @@ jobs:
7675
| rosdistro | true | ROS distro. |
7776
| target-packages | true | The target packages to test. |
7877
| build-depends-repos | false | The `.repos` file that includes build dependencies. |
79-
| label-regex | false | The regex pattern of test labels to be run. |
8078
| token | false | The token for build dependencies. |
8179

8280
## Outputs

colcon-test/action.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ inputs:
1111
build-depends-repos:
1212
description: ""
1313
required: false
14-
label-regex:
15-
description: ""
16-
required: false
17-
default: .* # Run all tests
1814
token:
1915
description: ""
2016
required: false

0 commit comments

Comments
 (0)