We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1145309 commit 895dc14Copy full SHA for 895dc14
.github/workflows/update-jdk.yml
@@ -7,8 +7,8 @@ on:
7
push:
8
branches:
9
- 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
+# schedule:
+# - cron: '5 * * * *' # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#scheduled-events-schedule
12
workflow_dispatch:
13
inputs:
14
tags:
0 commit comments