We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f3955 commit 24e093eCopy full SHA for 24e093e
1 file changed
.github/workflows/android-devices-matrix.yml
@@ -2,8 +2,8 @@ name: Test Android Devices
2
3
on:
4
# Run at 2 AM UTC daily
5
- # schedule:
6
- # - cron: "0 2 * * *"
+ schedule:
+ - cron: "0 2 * * *"
7
# Allow manual triggering
8
workflow_dispatch:
9
inputs:
0 commit comments