Update sync_clone_scripts_from_lxk_git.yml

This commit is contained in:
lan-tianxiang
2021-06-08 15:05:37 +08:00
committed by GitHub
parent 47f7acf862
commit 6801faf37f

View File

@ -2,7 +2,7 @@ name: sync_clone_scripts_from_lxk_git
on:
workflow_dispatch:
schedule:
- cron: '*/15 * * * *'
- cron: '0,15,30,45 * * * *'
jobs:
sync:
runs-on: ubuntu-18.04