mirror of
https://github.com/Xahau/xahaud.git
synced 2026-08-23 08:20:52 +00:00
Instead of requiring commits with message tags, allow manual workflow triggering with inputs: - state_assertion: Expected state for validation - start_state: Force specific starting state - clear_cache: Clear cache before running Benefits: - No need for empty commits to trigger tests - Easy manual testing via GitHub Actions UI - Still supports commit message tags for push events - Workflow inputs take priority over commit tags