Skip to content

Commit 23bb089

Browse files
authored
.github: Name docker workflows consistently (#855)
1 parent 3c8100e commit 23bb089

6 files changed

+5
-5
lines changed
File renamed without changes.

.github/workflows/ai-runner-docker-live-comfyui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build comfyui ai-runner images
1+
name: Building realtime AI comfyui docker image
22

33
on:
44
pull_request:

.github/workflows/ai-runner-docker-live-noop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build ai-runner noop docker image
1+
name: Building realtime AI noop docker image
22

33
on:
44
pull_request:

.github/workflows/ai-runner-docker-scope.yaml renamed to .github/workflows/ai-runner-docker-live-scope.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build scope ai-runner images
1+
name: Building realtime AI scope docker image
22

33
on:
44
pull_request:

.github/workflows/ai-runner-docker-live-streamdiffusion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build streamdiffusion ai-runner images
1+
name: Building realtime AI streamdiffusion docker image
22

33
on:
44
pull_request:

.github/workflows/ai-runner-pipelines-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build ai-runner pipeline Docker images
1+
name: Building batch AI pipelines docker images
22

33
on:
44
pull_request:

0 commit comments

Comments
 (0)