Update sync-jd_scripts.yml

This commit is contained in:
lan-tianxiang
2021-03-26 11:16:22 +08:00
committed by GitHub
parent 0c99996676
commit 5653ad6a95

View File

@@ -2,11 +2,11 @@ name: sync-jd_scripts
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '*/15 0-16,22-23 * * *' - cron: '*/15 * * * *'
jobs: jobs:
sync: sync:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
if: github.repository == 'RikudouPatrickstar/jd_scripts' if: github.repository == 'lan-tianxiang/clone_scripts'
timeout-minutes: 2 timeout-minutes: 2
steps: steps:
- name: Init Build Dependencies - name: Init Build Dependencies