Skip to content

Commit cfce586

Browse files
committed
perf: rename k8s_inference_reload_config to k8s_reload_inference_config
1 parent f4c506b commit cfce586

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/k8s_inference_reload_config.yml renamed to .github/workflows/k8s_reload_inference_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'K8: Inference Reload Config'
1+
name: 'K8: Reload Inference Config'
22

33
on:
44
workflow_call:
@@ -10,8 +10,8 @@ permissions:
1010
actions: read
1111

1212
jobs:
13-
k8-inference-reload-config:
14-
name: 'K8: Inference - Reload Last Config'
13+
k8-reload-inference-config:
14+
name: 'K8: Reload Last Inference Config'
1515
runs-on: [self-hosted, "${{ github.event.pull_request.base.ref }}"]
1616
environment: dev
1717
env:

0 commit comments

Comments
 (0)