Reduce Android Monkey trigger

Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste 2024-01-07 15:41:19 +01:00 committed by Roman Tsisyk
parent 7a77556bb0
commit ec59fa8dda

View file

@ -2,7 +2,7 @@ name: Android Monkey
on:
workflow_dispatch: # Manual trigger
schedule:
- cron: '0 5 * * *' # Once per day at 05:00 UTC
- cron: '0 5 * * 0' # Once per week at 05:00 UTC
env:
JAVA_HOME: /usr/lib/jvm/temurin-17-jdk-amd64 # Java 17 is required for Android Gradle 8 plugin