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
fix(docker): prevent skipped builds when queued runs are dropped
- Set cancel-in-progress: false so queued builds wait for the active
run instead of cancelling it
- Compare changed files against the last successful push-triggered
build commit (via GitHub API), not just the parent commit
- If no previous successful build exists, always build
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
0 commit comments