Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] disable and delete workflows that are no longer in use #2753

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
120 changes: 0 additions & 120 deletions .github/workflows/benchmark-nightly.yml

This file was deleted.

218 changes: 0 additions & 218 deletions .github/workflows/instant_benchmark.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/llm_integration_p4d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:
description: 'Run only the tests you need [aiccl]'
required: false
default: ''
schedule:
- cron: '0 15 * * *'


jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lmi-no-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
description: 'The released version of DJL'
required: false
default: ''
schedule:
- cron: '0 8 * * *'

jobs:
create-runners:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/nightly-docker-ecr-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
description: 'version string like 0.27.0, default is nightly'
required: true
default: 'nightly'
schedule:
- cron: '0 14 * * *'

jobs:
create-aarch64-runner:
Expand Down
Loading