File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- name : CI
1
+ name : 2.4.x CI
2
2
3
3
on :
4
4
push :
5
5
branches :
6
6
- 2.4.x
7
7
schedule :
8
- - cron : ' 0 10 * * *' # Once per day at 10am UTC
8
+ - cron : ' 4 10 * * *' # Once per day at 10:04am UTC
9
9
workflow_dispatch : # Manual trigger
10
10
11
11
env :
25
25
fail-fast : false
26
26
steps :
27
27
- uses : actions/checkout@v2
28
+ with :
29
+ ref : ' 2.4.x'
28
30
- name : Set up JDK ${{ matrix.jdk }}
29
31
uses : actions/setup-java@v1
30
32
with :
47
49
runs-on : ubuntu-latest
48
50
steps :
49
51
- uses : actions/checkout@v2
52
+ with :
53
+ ref : ' 2.4.x'
50
54
- name : Set up JDK
51
55
uses : actions/setup-java@v1
52
56
with :
74
78
runs-on : ubuntu-latest
75
79
steps :
76
80
- uses : actions/checkout@v2
81
+ with :
82
+ ref : ' 2.4.x'
77
83
- name : Set up JDK
78
84
uses : actions/setup-java@v1
79
85
with :
You can’t perform that action at this time.
0 commit comments