From 05bddd6bc3aaa11953cc82f0bafb4d1c310e3ba8 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 25 Aug 2025 13:38:05 -0700 Subject: [PATCH] fix: Remove invalid pattern properties from showtime workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- .github/workflows/showtime-cleanup.yml | 6 +++++- .github/workflows/showtime-trigger.yml | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/showtime-cleanup.yml b/.github/workflows/showtime-cleanup.yml index 8cbec01c0c5..85d98181141 100644 --- a/.github/workflows/showtime-cleanup.yml +++ b/.github/workflows/showtime-cleanup.yml @@ -2,6 +2,11 @@ name: 🎪 Showtime Cleanup # Scheduled cleanup of expired environments on: + # One-time push trigger to register the workflow + push: + paths: + - '.github/workflows/showtime-cleanup.yml' + schedule: - cron: '0 */6 * * *' # Every 6 hours @@ -13,7 +18,6 @@ on: required: false default: '48' type: string - pattern: '^[0-9]+$' # Common environment variables env: diff --git a/.github/workflows/showtime-trigger.yml b/.github/workflows/showtime-trigger.yml index 85d336598f8..7915177bbc8 100644 --- a/.github/workflows/showtime-trigger.yml +++ b/.github/workflows/showtime-trigger.yml @@ -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: