Skip to content

Commit ccbfc03

Browse files
committed
rename and test both
Signed-off-by: Jinyan Li <jinyali@amazon.com>
1 parent 1637b4b commit ccbfc03

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PR - vLLM v2
1+
name: PR - vLLM
22

33
on:
44
pull_request:
@@ -11,7 +11,7 @@ permissions:
1111
contents: read
1212

1313
concurrency:
14-
group: pr-vllm-2-${{ github.event.pull_request.number }}
14+
group: pr-vllm-${{ github.event.pull_request.number }}
1515
cancel-in-progress: true
1616

1717
jobs:

docker/vllm/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ RUN chmod +x /usr/local/bin/dockerd_entrypoint.sh
6565
ENTRYPOINT ["/usr/local/bin/dockerd_entrypoint.sh"]
6666

6767
# TODO: add later
68-
# ====================== sagemaker =========================================
68+
# ====================== sagemaker =========================================
69+
# test vllm

0 commit comments

Comments
 (0)