Skip to content

Commit d58f233

Browse files
author
Pat
authored
workflows: update unstable nightly builds for 3.0 (#9168)
Signed-off-by: Patrick Stephens <[email protected]>
1 parent e19b2ab commit d58f233

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/cron-unstable-build.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ on:
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.
2019
concurrency: 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

0 commit comments

Comments
 (0)