Skip to content

Commit 70e8835

Browse files
riglarclaude
andcommitted
Add daily scheduled run at 11 PM UTC for Chrome CPU1 tests
Added cron schedule to run the Chrome CPU1 test workflow automatically every day at 23:00 UTC. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d509518 commit 70e8835

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/android-devices-matrix-chrome-cpu1.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Test Android Devices [chrome, cpu1]
22

33
on:
4+
# Run daily at 11 PM UTC
5+
schedule:
6+
- cron: '0 23 * * *'
7+
# Allow manual triggering
48
workflow_dispatch:
59
inputs:
610
environment:

0 commit comments

Comments
 (0)