mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-07 14:02:08 -03:30
Enable hash updates on 2.28 (2 latest releases) (#12801)
This commit is contained in:
parent
20693afe82
commit
bcdd702e19
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user