File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
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 * * *" # 3.0 build
17- - cron : " 0 18 * * *" # 3.1 build
16+ - cron : " 0 12 * * *" # 3.2 build
17+ - cron : " 0 18 * * *" # master build
1818
1919# We do not want a new unstable build to run whilst we are releasing the current unstable build.
2020concurrency : unstable-build-release
@@ -55,13 +55,13 @@ jobs:
5555 - name : 3.0 run
5656 if : github.event_name == 'schedule' && github.event.schedule=='0 12 * * *'
5757 run : |
58- echo "cron_branch=3.0 " >> $GITHUB_ENV
58+ echo "cron_branch=3.2 " >> $GITHUB_ENV
5959 shell : bash
6060
61- - name : 3.1 run
61+ - name : master run
6262 if : github.event_name == 'schedule' && github.event.schedule=='0 18 * * *'
6363 run : |
64- echo "cron_branch=3.1 " >> $GITHUB_ENV
64+ echo "cron_branch=master " >> $GITHUB_ENV
6565 shell : bash
6666
6767 - name : Output the branch to use
You can’t perform that action at this time.
0 commit comments