mirror of
https://github.com/xopenwrt/X-OpenWrt-New.git
synced 2026-09-27 15:24:45 +00:00
0,12:00 定时同步最新 API
This commit is contained in:
@@ -14,6 +14,9 @@ on:
|
|||||||
description: '刷新 Release/API'
|
description: '刷新 Release/API'
|
||||||
default: 'true'
|
default: 'true'
|
||||||
|
|
||||||
|
schedule:
|
||||||
|
- cron: 0 4,16 * * *
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -34,3 +37,9 @@ jobs:
|
|||||||
file_glob: true
|
file_glob: true
|
||||||
tag: AutoUpdate
|
tag: AutoUpdate
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
||||||
|
- name: Delete old Workflow Runs
|
||||||
|
uses: GitRML/delete-workflow-runs@main
|
||||||
|
with:
|
||||||
|
retain_days: 1
|
||||||
|
keep_minimum_runs: 1
|
||||||
Reference in New Issue
Block a user