Skip to content

Commit 561d05e

Browse files
riglarclaude
andcommitted
Remove Google Play Generic Tablet from Chrome workflows
Aligns Chrome workflow device matrices with main workflows by removing Generic Tablet Google Play configurations. Chrome workflows now only include Google Play variants for Pixel 6 and Pixel 7 on API 34-35, matching the main workflow configuration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 979d9eb commit 561d05e

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,6 @@ jobs:
9595
- device: generic-tablet
9696
api-level: "35"
9797

98-
# Google Play versions of Generic Tablet
99-
- device: generic-tablet
100-
api-level: "34"
101-
google-play: true
102-
- device: generic-tablet
103-
api-level: "35"
104-
google-play: true
105-
10698
steps:
10799
- uses: actions/checkout@v3
108100

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,6 @@ jobs:
9191
- device: generic-tablet
9292
api-level: "35"
9393

94-
# Google Play versions of Generic Tablet
95-
- device: generic-tablet
96-
api-level: "34"
97-
google-play: true
98-
- device: generic-tablet
99-
api-level: "35"
100-
google-play: true
101-
10294
steps:
10395
- uses: actions/checkout@v3
10496

0 commit comments

Comments
 (0)