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