diff options
author | Andrew Nelson <andyfaff@gmail.com> | 2022-11-23 05:39:09 +1100 |
---|---|---|
committer | Andrew Nelson <andyfaff@gmail.com> | 2022-11-23 05:39:09 +1100 |
commit | f8a9e92cf61f57629cf249ad3a40b7c01ee37095 (patch) | |
tree | 7c85e71c7c1c9e767696a721c5379eb4ad6a20b7 /.cirrus.star | |
parent | 03f81a512103a376110a65a0466910d8320bb00a (diff) | |
download | numpy-f8a9e92cf61f57629cf249ad3a40b7c01ee37095.tar.gz |
CI: change to numpy/numpy
Diffstat (limited to '.cirrus.star')
-rw-r--r-- | .cirrus.star | 2 |
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": |