From bcdd702e191a93d6b20dae2e78a3ece457d13b9f Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Fri, 19 Dec 2025 09:30:36 +0000 Subject: [PATCH] Enable hash updates on 2.28 (2 latest releases) (#12801) --- .github/workflows/upgrade-patch-versions-schedule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upgrade-patch-versions-schedule.yml b/.github/workflows/upgrade-patch-versions-schedule.yml index d2cda533b..175c6175b 100644 --- a/.github/workflows/upgrade-patch-versions-schedule.yml +++ b/.github/workflows/upgrade-patch-versions-schedule.yml @@ -20,7 +20,7 @@ jobs: query get_release_branches($owner:String!, $name:String!) { repository(owner:$owner, name:$name) { refs(refPrefix: "refs/heads/", - first: 1, # TODO increment once we have release branch with the new checksums format + first: 2, # TODO increment once we have release branch with the new checksums format query: "release-", orderBy: { field: ALPHABETICAL,