Skip to content

Commit b621dc4

Browse files
committed
Update workflow names to more easily select the correct ones.
1 parent 607a70c commit b621dc4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/home-assistant-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Home Assistant Builder Test"
1+
name: "[TEST] Home Assistant Builder"
22

33
on:
44
# Allows you to run this workflow manually from the Actions tab

.github/workflows/publish-aarch64-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Home Assistant Builder Publish [!!DEV!!] (aarch64)"
1+
name: "[!DEV!] (aarch64) Home Assistant Builder Publish"
22

33
on:
44
# Allows you to run this workflow manually from the Actions tab

.github/workflows/publish-aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Home Assistant Builder Publish (aarch64)"
1+
name: "[MAIN] (aarch64) Home Assistant Builder Publish"
22

33
on:
44
# Allows you to run this workflow manually from the Actions tab

.github/workflows/publish-all-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Home Assistant Builder Publish [!!DEV!!] (all)"
1+
name: "[!DEV!] (ALL) Home Assistant Builder Publish"
22

33
on:
44
# Allows you to run this workflow manually from the Actions tab

.github/workflows/publish-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Home Assistant Builder Publish (all)"
1+
name: "[MAIN] (ALL) Home Assistant Builder Publish"
22

33
on:
44
# Allows you to run this workflow manually from the Actions tab

0 commit comments

Comments
 (0)