1
0
Fork 0
mirror of https://github.com/ArtemSBulgakov/buildozer-action.git synced 2024-08-16 10:09:52 +02:00

Run build every fourth day

This commit is contained in:
Artem Bulgakov 2020-07-01 10:33:08 +03:00 committed by GitHub
parent 458664e240
commit 8f40a10aec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ on:
push:
pull_request:
schedule:
- cron: 0 0 * * * # at 00:00 UTC every day
- cron: 0 0 */4 * * # at 00:00 UTC every fourth day
jobs:
# Build job. Builds app for Android with Buildozer