mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 00:07:59 +08:00
修复频率
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
6aadb97ff3
commit
1cf83ec7ed
2
.github/workflows/process-apps.yml
vendored
2
.github/workflows/process-apps.yml
vendored
@ -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
|
||||
|
@ -3,7 +3,7 @@ name: Push custom to released
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 */3 * *'
|
||||
- cron: '2 * * * *'
|
||||
|
||||
jobs:
|
||||
push-branch:
|
||||
|
Loading…
x
Reference in New Issue
Block a user