File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
# Run nightly build at this time, bit of trial and error but this seems good.
14
14
schedule :
15
15
- cron : " 0 6 * * *" # master build
16
- - cron : " 0 12 * * *" # 3.0 build
17
- - cron : " 0 18 * * *" # 3.1 build
16
+ - cron : " 0 12 * * *" # 3.2 build
17
+ - cron : " 0 18 * * *" # master build
18
18
19
19
# We do not want a new unstable build to run whilst we are releasing the current unstable build.
20
20
concurrency : unstable-build-release
@@ -55,13 +55,13 @@ jobs:
55
55
- name : 3.0 run
56
56
if : github.event_name == 'schedule' && github.event.schedule=='0 12 * * *'
57
57
run : |
58
- echo "cron_branch=3.0 " >> $GITHUB_ENV
58
+ echo "cron_branch=3.2 " >> $GITHUB_ENV
59
59
shell : bash
60
60
61
- - name : 3.1 run
61
+ - name : master run
62
62
if : github.event_name == 'schedule' && github.event.schedule=='0 18 * * *'
63
63
run : |
64
- echo "cron_branch=3.1 " >> $GITHUB_ENV
64
+ echo "cron_branch=master " >> $GITHUB_ENV
65
65
shell : bash
66
66
67
67
- name : Output the branch to use
You can’t perform that action at this time.
0 commit comments