Skip to content

Commit 40f911d

Browse files
riglarclaude
andcommitted
Change cpu1 and gpu1 tests to manual trigger only
Remove daily cron schedules from cpu1 and gpu1 workflow files. These tests will now only run via workflow_dispatch (manual trigger). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 367e0ef commit 40f911d

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

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

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

33
on:
4-
# Run at 2 AM UTC daily
5-
schedule:
6-
- cron: "0 2 * * *"
74
# Allow manual triggering
85
workflow_dispatch:
96
inputs:

.github/workflows/android-devices-matrix-gpu1.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Test Android Devices [gpu1]
22

33
on:
4-
# Run at 2 AM UTC daily
5-
schedule:
6-
- cron: "0 2 * * *"
74
# Allow manual triggering
85
workflow_dispatch:
96
inputs:

0 commit comments

Comments
 (0)