We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67a049 commit 101d78bCopy full SHA for 101d78b
2 files changed
.github/workflows/android-dev-30min.yml
@@ -1,7 +1,7 @@
1
name: Android Dev Test [30min]
2
3
on:
4
- schedule:
+ # schedule:
5
# Run every 30 minutes
6
# - cron: '*/30 * * * *'
7
workflow_dispatch:
.github/workflows/ios-devices-matrix.yml
@@ -39,24 +39,12 @@ jobs:
39
- device: iphone-14
40
ios-version: "18"
41
42
- - device: iphone-14-pro
43
- ios-version: "16"
44
45
- ios-version: "17"
46
47
- ios-version: "18"
48
-
49
# iPhone 15 series (iOS 17-18)
50
- device: iphone-15
51
ios-version: "17"
52
53
54
55
- - device: iphone-15-pro
56
57
58
59
60
# iPhone 16 series (iOS 18, 26)
61
- device: iphone-16
62
0 commit comments