Skip to content

Commit

Permalink
disable some seldon github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcwhorter-ddl committed Oct 31, 2023
1 parent 48397dc commit 4c0cc8f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alibidetect_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: V1 Alibi Detect Tests

on:
push:
branches: [ master, rabbitmq* ]
branches: [ master ]
pull_request:
branches: [ master, rabbitmq* ]
branches: [ master ]

jobs:
lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/alibiexplainer_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: V1 Alibi Explainer Tests

on:
push:
branches: [ master, rabbitmq* ]
branches: [ master ]
pull_request:
branches: [ master, rabbitmq* ]
branches: [ master ]

jobs:
lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: V1 Docs Test

on:
push:
branches: [ master, rabbitmq* ]
branches: [ master ]
pull_request:
branches: [ master, rabbitmq* ]
branches: [ master ]

jobs:
docs-lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/executor_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: V1 Executor Tests

on:
push:
branches: [ master, rabbitmq* ]
branches: [ master ]
pull_request:
branches: [ master, rabbitmq* ]
branches: [ master ]

jobs:
executor-tests:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: V1 Python Lint

on:
push:
branches: [ master, rabbitmq* ]
branches: [ master ]
pull_request:
branches: [ master, rabbitmq* ]
branches: [ master ]

jobs:
python-lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: V1 Python Tests

on:
push:
branches: [ master, rabbitmq* ]
branches: [ master ]
pull_request:
branches: [ master, rabbitmq* ]
branches: [ master ]

jobs:
python-tests:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: V1 Security Tests

on:
push:
branches: [ master, rabbitmq* ]
branches: [ master ]
pull_request:
branches: [ master, rabbitmq* ]
branches: [ master ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 4c0cc8f

Please sign in to comment.