Pipeline 102 applied nothing — the rate-limit commit entered master under a merge head and the changed-stack detector is blind to merge diffs. Plain commit touching both stacks so they apply.
11 lines
286 B
HCL
11 lines
286 B
HCL
include "root" {
|
|
path = find_in_parent_folders()
|
|
}
|
|
|
|
dependency "infra" {
|
|
config_path = "../infra"
|
|
skip_outputs = true
|
|
}
|
|
|
|
# apply-trigger 2026-06-12 (android-emulator-rate-limit middleware): non-merge
|
|
# commit so the changed-stack detector sees this stack (merge-diff blindness).
|