mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-05-04 13:52:46 -04:00
chore: remove cron for tests
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -17,8 +17,7 @@ on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 0 * * 1/2'
|
||||
branches: [main]
|
||||
env:
|
||||
LINES: 120
|
||||
COLUMNS: 120
|
||||
@@ -98,6 +97,7 @@ jobs:
|
||||
if: always()
|
||||
needs:
|
||||
- coverage
|
||||
- tests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Decide whether the needed jobs succeeded or failed
|
||||
|
||||
Reference in New Issue
Block a user