Skip to content

Commit 731efbc

Browse files
committed
ci: fix ROS name
1 parent 8a2ccfa commit 731efbc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci-linux-ros.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- devel
1212

1313
jobs:
14-
CI:
14+
ROS:
1515
strategy:
1616
matrix:
1717
env:

.mergify.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pull_request_rules:
22
- name: merge automatically when CI passes and PR is approved
33
conditions:
4-
- check-success = "CI (humble)"
5-
- check-success = "CI (iron)"
6-
- check-success = "CI (jazzy)"
7-
- check-success = "CI (rolling)"
4+
- check-success = "ROS (humble)"
5+
- check-success = "ROS (iron)"
6+
- check-success = "ROS (jazzy)"
7+
- check-success = "ROS (rolling)"
88
- check-success = "nix (macos)"
99
- check-success = "nix (ubuntu)"
1010
- check-success = "pre-commit.ci - pr"

0 commit comments

Comments
 (0)