Skip to content

Commit

Permalink
ci: fix ROS name
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Dec 3, 2024
1 parent 8a2ccfa commit 731efbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- devel

jobs:
CI:
ROS:
strategy:
matrix:
env:
Expand Down
8 changes: 4 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pull_request_rules:
- name: merge automatically when CI passes and PR is approved
conditions:
- check-success = "CI (humble)"
- check-success = "CI (iron)"
- check-success = "CI (jazzy)"
- check-success = "CI (rolling)"
- check-success = "ROS (humble)"
- check-success = "ROS (iron)"
- check-success = "ROS (jazzy)"
- check-success = "ROS (rolling)"
- check-success = "nix (macos)"
- check-success = "nix (ubuntu)"
- check-success = "pre-commit.ci - pr"
Expand Down

0 comments on commit 731efbc

Please sign in to comment.