Skip to content

Commit 3a5b7ea

Browse files
committed
MAINT: Set correct repo check
This was copied from SciPy's workflow, and I missed a check
1 parent c4d0f51 commit 3a5b7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
test_lint:
2020
name: Lint
2121
# If using act to run CI locally the github object does not exist and the usual skipping should not be enforced
22-
if: "github.repository == 'scipy/scipy' || github.repository == ''"
22+
if: "github.repository == 'numpy/numpy-financial' || github.repository == ''"
2323
runs-on: ubuntu-22.04
2424
strategy:
2525
matrix:

0 commit comments

Comments
 (0)