From 376914147452f4fda1d9f0ce19dae2ebda0b2466 Mon Sep 17 00:00:00 2001 From: lan-tianxiang <42911023+lan-tianxiang@users.noreply.github.com> Date: Tue, 15 Jun 2021 23:28:50 +0800 Subject: [PATCH] Update sync_clone_scripts_master_from_git.yml --- .github/workflows/sync_clone_scripts_master_from_git.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync_clone_scripts_master_from_git.yml b/.github/workflows/sync_clone_scripts_master_from_git.yml index c5797d6..24d75db 100755 --- a/.github/workflows/sync_clone_scripts_master_from_git.yml +++ b/.github/workflows/sync_clone_scripts_master_from_git.yml @@ -1,11 +1,11 @@ -name: Sync_Js_Tool_From_Gitee +name: sync_clone_scripts_master_from_git on: push: branches: - - A1 + - master workflow_dispatch: schedule: - - cron: '*/10 * * * *' + - cron: '0 */2 * * *' jobs: sync: runs-on: ubuntu-18.04