Skip to content

Commit e270cd2

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

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+
iif: "! contains(join(github.event.issue.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: "! contains(join(github.event.issue.labels.*.name, ','), 'no ros')"
3334
strategy:
3435
fail-fast: false
3536
matrix:

0 commit comments

Comments
 (0)