You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only run workflow on develop branch for arm64 arch (#1132)
This PR ensures ARM64 build jobs only run on the `develop` branch and extends branch checks to pull request contexts.
- Added a `matrix-prep` job that outputs an ARM64 matrix only when targeting `develop`.
- Updated the build job to depend on `matrix-prep` and dynamically include ARM64 config.
- Enhanced ROS distro detection to consider both `github.ref` and `github.base_ref` for branch-based flags.
Fix: #1131
0 commit comments