mirror of
https://github.com/apache/superset.git
synced 2026-05-24 17:25:20 +00:00
fix: Remove invalid pattern property from showtime-cleanup.yml workflow_dispatch input
The pattern property is not supported in workflow_dispatch inputs, causing GitHub Actions validation to fail. Input validation is now handled in the workflow logic instead. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
1
.github/workflows/showtime-cleanup.yml
vendored
1
.github/workflows/showtime-cleanup.yml
vendored
@@ -13,7 +13,6 @@ on:
|
||||
required: false
|
||||
default: '48'
|
||||
type: string
|
||||
pattern: '^[0-9]+$'
|
||||
|
||||
# Common environment variables
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user