update fetch.yml

This commit is contained in:
dream
2025-05-18 22:58:25 +00:00
committed by Gitee
parent 1f64834d89
commit cea45c2b29

View File

@@ -3,14 +3,18 @@ name: fetch
displayName: fetch displayName: fetch
triggers: triggers:
trigger: auto trigger: auto
pr:
branches:
exclude:
- main
schedule: schedule:
- cron: '* 55 6 * * ? *' - cron: '* 59 6 * * ? *'
variables: variables:
global: global:
- TOKEN - TOKEN
stages: stages:
- name: install_deps - name: fetchurl
displayName: installdeps displayName: fetchurl
strategy: naturally strategy: naturally
trigger: auto trigger: auto
executor: [] executor: []
@@ -36,3 +40,4 @@ stages:
strategy: strategy:
retry: '0' retry: '0'
timeout: 2 timeout: 2
strategy: {}