Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/daily-test-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🧪 Hello Theme Daily Test Matrix
#
# This workflow runs daily automated testing across different version combinations:
# This workflow runs automated testing across different version combinations:
# - Core Matrix: Hello Theme × Elementor versions
# - Plus Matrix: Hello Theme × Hello Plus versions
# - By default tests main branches (cutting-edge compatibility)
Expand Down Expand Up @@ -33,9 +33,6 @@
name: Daily Test Matrix

on:
schedule:
# Run daily at 8:00 AM UTC (spread load from other themes)
- cron: '0 8 * * *'
workflow_dispatch:
inputs:
hello_theme_version:
Expand Down
Loading