Skip to content

Commit c560cb1

Browse files
committed
ci:调整 JDK 更新检测的定时任务
- 将定时任务的执行频率从每5 分钟调整为每小时的第 5 分钟 -优化资源使用,减少不必要的频繁检查
1 parent 8c8523f commit c560cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-jdk.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches:
99
- error-understand # 不需要每次推送执行,所以选择error-understand分支
1010
schedule:
11-
- cron: '*/5 * * * *' # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#scheduled-events-schedule
11+
- cron: '5 * * * *' # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#scheduled-events-schedule
1212

1313
# on:
1414
# schedule:

0 commit comments

Comments
 (0)