fix: update staff app workflow names to include 'App Distribution' for clarity

This commit is contained in:
Achintha Isuru
2025-11-18 18:55:54 -05:00
parent c78a1114c7
commit e7d324407c

View File

@@ -153,7 +153,7 @@ workflows:
# =================================================================================
staff-app-dev-android:
<<: *staff-app-base
name: 🤖👨‍🍳 Staff App Dev (Android)
name: 🤖👨‍🍳 Staff App Dev (Android App Distribution)
environment:
groups:
- staff_app_dev_credentials
@@ -164,7 +164,7 @@ workflows:
staff-app-staging-android:
<<: *staff-app-base
name: 🤖👨‍🍳 Staff App Staging (Android)
name: 🤖👨‍🍳 Staff App Staging (Android App Distribution)
environment:
groups:
- staff_app_staging_credentials
@@ -175,7 +175,7 @@ workflows:
staff-app-prod-android:
<<: *staff-app-base
name: 🤖👨‍🍳 Staff App Prod (Android)
name: 🤖👨‍🍳 Staff App Prod (Android App Distribution)
environment:
groups:
- staff_app_prod_credentials
@@ -189,7 +189,7 @@ workflows:
# =================================================================================
staff-app-dev-ios:
<<: *staff-app-base
name: 🍎👨‍🍳 Staff App Dev (iOS)
name: 🍎👨‍🍳 Staff App Dev (iOS App Distribution)
environment:
groups:
- staff_app_dev_credentials
@@ -200,7 +200,7 @@ workflows:
staff-app-staging-ios:
<<: *staff-app-base
name: 🍎👨‍🍳 Staff App Staging (iOS)
name: 🍎👨‍🍳 Staff App Staging (iOS App Distribution)
environment:
groups:
- staff_app_staging_credentials
@@ -211,7 +211,7 @@ workflows:
staff-app-prod-ios:
<<: *staff-app-base
name: 🍎👨‍🍳 Staff App Prod (iOS)
name: 🍎👨‍🍳 Staff App Prod (iOS App Distribution)
environment:
groups:
- staff_app_prod_credentials
@@ -219,4 +219,3 @@ workflows:
- *flutter-build-script
- *ios-app-build-script
- *distribute-ios-script