mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 21:14:01 +08:00
* ci: disable cancel-in-progress for publish concurrency * check using var * typo * ci: update publish concurrency settings to use dynamic cancel-in-progress flag * typoooo * ci: update cancel-in-progress condition for publish concurrency * ci: enhance publish concurrency handling to queue jobs based on commit SHA * typos and new commit hash to test cancel in progress * see if this helps? * tired of waiting * ci: add publish concurrency group to deployment configuration * ci: update publish concurrency handling to improve job queuing and cancellation logic * ci: output GITHUB_OUTPUT contents for better debugging of publish concurrency * ci: remove prebuilt output from strategy and streamline GITHUB_OUTPUT handling * ci: refine publish concurrency handling for flexible job cancellation - Default `cancel_publish_in_progress` to `true` if undefined in config. - Adjust concurrency group logic to handle null and true conditions properly. * another ocmmit shouldnt cancel publish * ci: enhance job cancellation logic for publish concurrency handling * ci: add prepare_strategy job for dynamic deploy strategy extraction * ci: ensure job execution always proceeds on success and skips failure * ci: improve job execution conditions to handle cancellation and failure states * ci: enhance versioning logic to support stable and unstable branch differentiation * ci: add checkout step to ensure code is available for deploy strategy extraction * ci: add extra version identifier for stable branch environments * ci: update extra version identifier format for stable branches * Grammar, oh, grammar. * test this