Skip to content

Commit 1e8155d

Browse files
committed
[ci] Disable ROS jobs with label "no ros"
1 parent 31f64fa commit 1e8155d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ros1-ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ concurrency:
3030

3131
jobs:
3232
CI:
33+
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !contains(join(github.event.pull_request.labels.*.name, ','), 'no ros'))
3334
strategy:
3435
fail-fast: false
3536
matrix:

.github/workflows/ros2-ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ concurrency:
3030

3131
jobs:
3232
CI:
33+
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !contains(join(github.event.pull_request.labels.*.name, ','), 'no ros'))
3334
strategy:
3435
fail-fast: false
3536
matrix:

0 commit comments

Comments
 (0)