尝试修复action未能按时自动触发的问题

This commit is contained in:
juewuy
2023-04-28 19:50:12 +08:00
parent 3b73ab80cb
commit 115a0cf725
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
name: Update Meta Alpha Core
on:
schedule:
- cron: "0 20 * * 1,3,5,6"
- cron: 0 20 * * *
workflow_dispatch:
env:

View File

@@ -1,7 +1,7 @@
name: Update Premium latest Core
on:
schedule:
- cron: "0 20 * * 1,3,5,6"
- cron: 0 20 * * 6
workflow_dispatch:
env: