Skip to content

Commit db4a6ba

Browse files
cynthiajoanCynthia Jiang
andauthored
make sub workflows more visible (#421)
Co-authored-by: Cynthia Jiang <[email protected]>
1 parent 25a6e9a commit db4a6ba

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/build_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Workflow to handle building the Unity SDK on android
2-
name: Build Android Reuse
2+
name: Build Android (SubWorkflow)
33

44
on:
55
workflow_call:

.github/workflows/build_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Workflow to handle building the Unity SDK on iOS
2-
name: Build iOS Reuse
2+
name: Build iOS (SubWorkflow)
33

44
on:
55
workflow_call:

.github/workflows/build_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Workflow to handle building the Unity SDK on linux
2-
name: Build linux Reuse
2+
name: Build linux (SubWorkflow)
33

44
on:
55
workflow_call:

.github/workflows/build_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Workflow to handle building the Unity SDK on macOS
2-
name: Build macOS Reuse
2+
name: Build macOS (SubWorkflow)
33

44
on:
55
workflow_call:

.github/workflows/build_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Workflow to handle building the Unity SDK on windows
2-
name: Build windows Reuse
2+
name: Build windows (SubWorkflow)
33

44
on:
55
workflow_call:

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Workflow to handle packaging the Unity SDK
2-
name: Package SDKs
2+
name: Package SDKs (SubWorkflow)
33

44
on:
55
workflow_call:

0 commit comments

Comments
 (0)