fix: Remove invalid pattern properties from showtime workflows

- Remove unsupported `pattern` property from workflow_dispatch inputs
- Add one-time push trigger to showtime-cleanup.yml for workflow registration
- Runtime validation still handled in bash steps

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Maxime Beauchemin
2025-08-25 13:38:05 -07:00
parent 1168475053
commit 05bddd6bc3
2 changed files with 5 additions and 2 deletions

View File

@@ -16,7 +16,6 @@ on:
description: 'Specific SHA to deploy (optional, defaults to latest)'
required: false
type: string
pattern: '^[a-f0-9]{40}$'
# Common environment variables for all jobs
env: