Skip to content

Commit 7682be3

Browse files
committed
comment artifacts name
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 09f976b commit 7682be3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/actions/container-pull/action.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ inputs:
1111
image_uri:
1212
description: Docker image URI that is built and saved as artifact within workflows
1313
required: true
14-
artifact_name:
15-
description: Docker image URI that is built and saved as artifact within workflows
16-
required: true
17-
type: string
14+
# artifact_name:
15+
# description: Docker image URI that is built and saved as artifact within workflows
16+
# required: true
17+
# type: string
1818

1919
runs:
2020
using: composite

.github/workflows/pr-sglang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
aws_region: ${{ secrets.AWS_REGION }}
102102
aws_account_id: ${{ secrets.AWS_ACCOUNT_ID }}
103103
image_uri: ${{ needs.vars.outputs.image_uri }}
104-
artifact_name: sglang-sagemaker-image-uri
104+
# artifact_name: sglang-sagemaker-image-uri
105105

106106
- name: Setup for SGLang datasets
107107
run: |

0 commit comments

Comments
 (0)