Skip to content

Commit

Permalink
Merge branch 'v2' into dependabot/go_modules/tests/integration/github…
Browse files Browse the repository at this point in the history
….com/docker/docker-24.0.7incompatible
  • Loading branch information
sakoush authored Jan 25, 2024
2 parents dec9b52 + d3fe35f commit 4b0b453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
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 4b0b453

Please sign in to comment.