Skip to content

Commit

Permalink
[ci] Disable ROS jobs with label "no ros"
Browse files Browse the repository at this point in the history
  • Loading branch information
cmastalli committed Oct 23, 2024
1 parent 31f64fa commit d4921df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ros1-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ concurrency:

jobs:
CI:
if: "! contains(join(github.event.issue.labels.*.name, ','), 'no ros')"
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ros2-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ concurrency:

jobs:
CI:
if: "! contains(join(github.event.issue.labels.*.name, ','), 'no ros')"
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit d4921df

Please sign in to comment.