Skip to content

Commit 9799b2a

Browse files
committed
Fix CI numpy runs
1 parent 4e209f1 commit 9799b2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-numpy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions: read-all
1313
jobs:
1414
np-multiarray-tgl:
1515

16-
if: github.repository == 'intel/x86-simd-sort'
16+
if: github.repository == 'numpy/x86-simd-sort'
1717
runs-on: ubuntu-24.04
1818

1919
steps:
@@ -79,7 +79,7 @@ jobs:
7979
8080
np-multiarray-spr:
8181

82-
if: github.repository == 'intel/x86-simd-sort'
82+
if: github.repository == 'numpy/x86-simd-sort'
8383
runs-on: ubuntu-24.04
8484

8585
steps:

0 commit comments

Comments
 (0)