Skip to content

Commit

Permalink
allow tests to run on sakoush fork
Browse files Browse the repository at this point in the history
THIS SHOULD NOT BE MERGED UPSTREAM
  • Loading branch information
sakoush authored Jan 25, 2024
1 parent 4bcc9a6 commit db7db89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db7db89

Please sign in to comment.