mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-10 06:39:25 +08:00
1df16f39a8
compile_ubuntu.yml is a PR-focused Ubuntu container smoke check. On stable, beta, and release/** branches it duplicates build_all_targets.yml, which already covers those branches with the full board matrix and the S3 uploads. Drop stable, beta, and release/** from the push branch list so it matches the trigger pattern used by compile_macos.yml, checks.yml, and clang-tidy.yml. Fixes #27171 Signed-off-by: Ramon Roche <mrpollo@gmail.com>