Skip to content

Commit

Permalink
Merge branch 'v2' into dependabot/go_modules/scheduler/golang.org/x/c…
Browse files Browse the repository at this point in the history
…rypto-0.17.0
sakoush authored Jan 25, 2024
2 parents e0b3396 + d3fe35f commit ea9e9be
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
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ea9e9be

Please sign in to comment.