diff --git a/.workflow/fetch.yml b/.workflow/fetch.yml index 415edef..465e36b 100644 --- a/.workflow/fetch.yml +++ b/.workflow/fetch.yml @@ -4,7 +4,7 @@ displayName: fetch triggers: trigger: auto schedule: - - cron: '* 49 12 * * ? *' + - cron: '* 57 12 * * ? *' variables: global: - TOKEN @@ -13,7 +13,6 @@ stages: displayName: fetchurl strategy: naturally trigger: auto - executor: [] steps: - step: build@nodejs name: fetchurl @@ -31,9 +30,6 @@ stages: - git diff --quiet && git diff --staged --quiet || git commit -m "Update by Gitee流水线" - git remote set-url origin https://dream-deve:${TOKEN}@gitee.com/dream-deve/migu_video.git - git push -u origin main - caches: [] - notify: [] strategy: retry: '0' - timeout: 2 -strategy: {} + timeout: 2 \ No newline at end of file