Skip to content

Commit 87ff44a

Browse files
committed
Remove coverage checks for nightly for now and enable manula dispatch
1 parent fa9f6e2 commit 87ff44a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Nightly
33
on:
44
schedule:
55
- cron: '0 0 * * *' # Runs at midnight every night
6+
workflow_dispatch: # Enables manual triggering of the workflow
67

78
jobs:
89
link-checks:
@@ -35,7 +36,7 @@ jobs:
3536
- name: Install dependencies
3637
run: pip install tox
3738
- name: Run unit tests
38-
run: tox -e test-unit -- --cov=guidellm --cov-report=term-missing --cov-fail-under=75
39+
run: tox -e test-unit
3940

4041
integration-tests:
4142
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)