Skip to content

Commit 895dc14

Browse files
committed
1
1 parent 1145309 commit 895dc14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-jdk.yml

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

0 commit comments

Comments
 (0)