summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cirrus.star2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.star b/.cirrus.star
index 734a4d51f..20460b8b2 100644
--- a/.cirrus.star
+++ b/.cirrus.star
@@ -13,7 +13,7 @@ def main(ctx):
# Only test on the numpy/numpy repository
######################################################################
- if env.get("CIRRUS_REPO_FULL_NAME") != "andyfaff/numpy":
+ if env.get("CIRRUS_REPO_FULL_NAME") != "numpy/numpy":
return []
# if env.get("CIRRUS_CRON", "") == "nightly":