File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 1313 # Run nightly build at this time, bit of trial and error but this seems good.
1414 schedule :
1515 - cron : " 0 6 * * *" # master build
16- - cron : " 0 12 * * *" # 2.2 build
17- - cron : " 0 18 * * *" # 2.1 build
16+ - cron : " 0 12 * * *" # 3.0 build
1817
1918# We do not want a new unstable build to run whilst we are releasing the current unstable build.
2019concurrency : unstable-build-release
@@ -52,16 +51,10 @@ jobs:
5251 echo "cron_branch=master" >> $GITHUB_ENV
5352 shell : bash
5453
55- - name : 2.2 run
54+ - name : 3.0 run
5655 if : github.event_name == 'schedule' && github.event.schedule=='0 12 * * *'
5756 run : |
58- echo "cron_branch=2.2" >> $GITHUB_ENV
59- shell : bash
60-
61- - name : 2.1 run
62- if : github.event_name == 'schedule' && github.event.schedule=='0 18 * * *'
63- run : |
64- echo "cron_branch=2.1" >> $GITHUB_ENV
57+ echo "cron_branch=3.0" >> $GITHUB_ENV
6558 shell : bash
6659
6760 - name : Output the branch to use
You can’t perform that action at this time.
0 commit comments