Update build.yml

Skip 1h for other jobs
This commit is contained in:
Duy Tran Khanh 2023-11-17 05:48:42 +07:00 committed by GitHub
parent abdff4788c
commit 0e55fd2fc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ on:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 1 */2 *'
- cron: '0 1 1 */2 *'
jobs:
build_android: