From 717f780edf2c0b3bdaa63f2eaaa0b728ca0fa8d5 Mon Sep 17 00:00:00 2001 From: dream <13432095+dream-deve@user.noreply.gitee.com> Date: Sun, 18 May 2025 23:25:55 +0000 Subject: [PATCH] update fetch.yml --- .workflow/fetch.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.workflow/fetch.yml b/.workflow/fetch.yml index 6449db6..91706ff 100644 --- a/.workflow/fetch.yml +++ b/.workflow/fetch.yml @@ -3,12 +3,11 @@ name: fetch displayName: fetch triggers: trigger: auto - pr: - branches: - exclude: - - main + branches: + prefix: + - main schedule: - - cron: '* 59 6 * * ? *' + - cron: '* 26 7 * * ? *' variables: global: - TOKEN