Skip to content

Commit

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

0 comments on commit d3fe35f

Please sign in to comment.