Skip to content

Commit 1690ddd

Browse files
authored
Merge pull request #24292 from charris/backport-24285
CI: correct URL in cirrus.star [skip cirrus]
2 parents c579282 + e3882da commit 1690ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def main(ctx):
2424
# only contains the actual commit message on a non-PR trigger event.
2525
# For a PR event it contains the PR title and description.
2626
SHA = env.get("CIRRUS_CHANGE_IN_REPO")
27-
url = "https://api.github.com/repos/scipy/scipy/git/commits/" + SHA
27+
url = "https://api.github.com/repos/numpy/numpy/git/commits/" + SHA
2828
dct = http.get(url).json()
2929
# if "[wheel build]" in dct["message"]:
3030
# return fs.read("ci/cirrus_wheels.yml")

0 commit comments

Comments
 (0)