android-emulator: non-merge apply trigger for v4 image rollout
All checks were successful
ci/woodpecker/push/build-cli Pipeline was successful
ci/woodpecker/push/default Pipeline was successful

Pipeline 96 applied only tripit: the v4 bump (577267cd) entered master
inside a merge whose first-parent diff hid stacks/android-emulator from
the stack detector — same failure mode as the tts 798b0255 trigger. This
plain commit touches the stack so the detector picks it up.
This commit is contained in:
Viktor Barzin 2026-06-11 23:48:16 +00:00
parent 2f8addc63b
commit 02ed3062f6

View file

@ -1,3 +1,6 @@
include "root" {
path = find_in_parent_folders()
}
# apply-trigger: non-merge commit so the stack detector sees this stack
# (merge-commit diffs hide stacks from it same issue as the tts 798b0255 fix)