Skip to content

Commit e1b8e5d

Browse files
committed
Update CI-tests.yml
1 parent 1b307dd commit e1b8e5d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/CI-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
- main-ci
77
- release
88

9-
pull_request:
10-
branches:
11-
- main
9+
# pull_request:
10+
# branches:
11+
# - main
1212

1313
workflow_dispatch:
1414

@@ -38,4 +38,4 @@ jobs:
3838
3939
- name: Run Tests
4040
run: |
41-
pytest --timeout=120 --timeout_method=thread --cov=runpod --cov-report=xml --cov-report=term-missing --cov-fail-under=100
41+
pytest --timeout=120 --timeout_method=thread --cov=runpod --cov-report=xml --cov-report=term-missing --cov-fail-under=100 -W error

0 commit comments

Comments
 (0)