chore(workflows): differentiate Validate and Publish icons

- Change Validate (Dev) icon from 💯 to  for Book and TinyTorch
- Change Update PDFs icon from 📄 to 📑 (bookmark tabs)
- Fix workflow_run references to match exact workflow names

This makes it easier to visually distinguish between Validate and
Publish operations in the GitHub Actions UI.
This commit is contained in:
Vijay Janapa Reddi
2026-01-29 07:33:06 -05:00
parent 2007029aa2
commit 08278a8a6b
5 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ on:
required: false
type: string
workflow_run:
workflows: ["📚 Book Validate (Dev)"]
workflows: ["📚 Book · ✅ Validate (Dev)"]
types:
- completed

View File

@@ -1,4 +1,4 @@
name: '📚 Book · 💯 Validate (Dev)'
name: '📚 Book · Validate (Dev)'
# Cancel any running validation and start fresh when new one is triggered
# Concurrency disabled - allow unlimited parallel builds

View File

@@ -6,7 +6,7 @@ name: '🔥 TinyTorch · 💯 Publish (Dev)'
on:
workflow_dispatch:
workflow_run:
workflows: ["🔥 TinyTorch Validate (Dev)"]
workflows: ["🔥 TinyTorch · ✅ Validate (Dev)"]
types: [completed]
branches: [dev]

View File

@@ -1,4 +1,4 @@
name: '🔥 TinyTorch · 📄 Update PDFs'
name: '🔥 TinyTorch · 📑 Update PDFs'
# =============================================================================
# PDF-Only Update Workflow

View File

@@ -1,4 +1,4 @@
name: '🔥 TinyTorch · 💯 Validate (Dev)'
name: '🔥 TinyTorch · Validate (Dev)'
# =============================================================================
# TinyTorch Validate (Dev) - Comprehensive Testing Workflow