修复频率

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
新疆萌森软件开发工作室 2025-01-06 11:18:36 +08:00
parent 6aadb97ff3
commit 1cf83ec7ed
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Process Apps and Commit Changes
on:
workflow_dispatch:
schedule:
- cron: '*/30 * * * *'
- cron: '0 */3 * * *'
jobs:
process:
runs-on: ubuntu-latest

View File

@ -3,7 +3,7 @@ name: Push custom to released
on:
workflow_dispatch:
schedule:
- cron: '0 0 */3 * *'
- cron: '2 * * * *'
jobs:
push-branch: