* [bluez/action-ci] 1e08fd: sync_repo: check workflow branch even when master ...
@ 2026-07-31 17:30 Luiz Augusto von Dentz
0 siblings, 0 replies; only message in thread
From: Luiz Augusto von Dentz @ 2026-07-31 17:30 UTC (permalink / raw)
To: linux-bluetooth
Branch: refs/heads/main
Home: https://github.com/bluez/action-ci
Commit: 1e08fd655d42fdf3e66a3909d086f165486cbb3f
https://github.com/bluez/action-ci/commit/1e08fd655d42fdf3e66a3909d086f165486cbb3f
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2026-07-31 (Fri, 31 Jul 2026)
Changed paths:
M sync_repo.sh
Log Message:
-----------
sync_repo: check workflow branch even when master is in sync
The script exited as soon as origin master matched upstream, so the
workflow branch was never checked and could stay stale indefinitely.
Drop the early exit and only gate the push to master on that
comparison, then always verify the workflow branch actually contains
every commit of master before deciding to rebase it.
The full (unshallow) fetch is moved up so it happens in both paths, and
the workflow branch checkout uses -B since the ref may already exist
locally after the fetch.
To unsubscribe from these emails, change your notification settings at https://github.com/bluez/action-ci/settings/notifications
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-31 17:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-31 17:30 [bluez/action-ci] 1e08fd: sync_repo: check workflow branch even when master Luiz Augusto von Dentz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox