From 10b193a58b01d29645854baa9477258363f2a791 Mon Sep 17 00:00:00 2001 From: dream <13432095+dream-deve@user.noreply.gitee.com> Date: Mon, 19 May 2025 05:10:53 +0000 Subject: [PATCH] update fetch.yml --- .workflow/fetch.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.workflow/fetch.yml b/.workflow/fetch.yml index c2e1e02..a847ada 100644 --- a/.workflow/fetch.yml +++ b/.workflow/fetch.yml @@ -3,12 +3,12 @@ name: fetch displayName: fetch triggers: trigger: auto - push: + pr: branches: - exclude: + precise: - main schedule: - - cron: '* 8 13 * * ? *' + - cron: '* */1 * * * ? *' variables: global: - TOKEN