diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5f57207ab3..1f41f30263 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,7 +4,7 @@ on: jobs: lint: name: lint - if: github.repository == 'SeldonIO/seldon-core' # Do not run this on forks. + if: github.repository == 'sakoush/seldon-core' # Do not run this on forks. runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d0d76dd46a..6c8af1c1d7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,7 +4,7 @@ on: jobs: test: name: test - if: github.repository == 'SeldonIO/seldon-core' # Do not run this on forks. + if: github.repository == 'sakoush/seldon-core' # Do not run this on forks. runs-on: ubuntu-latest steps: - uses: actions/checkout@v4