We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b307dd commit e1b8e5dCopy full SHA for e1b8e5d
1 file changed
.github/workflows/CI-tests.yml
@@ -6,9 +6,9 @@ on:
6
- main-ci
7
- release
8
9
- pull_request:
10
- branches:
11
- - main
+ # pull_request:
+ # branches:
+ # - main
12
13
workflow_dispatch:
14
@@ -38,4 +38,4 @@ jobs:
38
39
- name: Run Tests
40
run: |
41
- pytest --timeout=120 --timeout_method=thread --cov=runpod --cov-report=xml --cov-report=term-missing --cov-fail-under=100
+ pytest --timeout=120 --timeout_method=thread --cov=runpod --cov-report=xml --cov-report=term-missing --cov-fail-under=100 -W error
0 commit comments