refactor: rename RunAllTriggers icon to TriggerAll for semantic clarity (#24478)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
lyzno1
2025-08-25 17:51:04 +08:00
committed by GitHub
parent 18f2e6f166
commit 5a427b8daa
6 changed files with 7 additions and 6 deletions

View File

@ -20,4 +20,5 @@ class WorkflowIdFormatError(Exception):
class InvokeDailyRateLimitError(Exception):
"""Raised when daily rate limit is exceeded for workflow invocations."""
pass