Skip to content

Commit 27ad389

Browse files
committed
Keep the deadline-guard check name branch protection matches
The guard was widened to cover Time::getMillis() and unqualified getMillis(), and renamed to suit. Upstream branch protection matches required checks by name, so a rename means the old name never reports and merges block on a check that will never arrive. Widen the guard, keep the name; the descriptive text carries the broader scope.
1 parent 80e8d4d commit 27ad389

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test_native.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ jobs:
6464
# Throttle::isWithinTimespanMs / hasElapsed (elapsed since a stored event) and
6565
# Throttle::deadlinePassed (an absolute deadline). See .github/copilot-instructions.md.
6666
millis-deadline-check:
67-
name: Naive Uptime Deadline Compare
67+
# Name is load-bearing: upstream branch protection matches the check by name. Widen the guard,
68+
# not this string.
69+
name: Naive millis() Deadline Compare
6870
runs-on: ubuntu-latest
6971
permissions:
7072
contents: read

0 commit comments

Comments
 (0)