Skip to content

Commit 2b9010a

Browse files
cosmo0920patrick-stephens
authored andcommitted
workflows: Add cron jobs for unstable builds on 4.0 branch
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 79f18b1 commit 2b9010a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ jobs:
6464
echo "cron_branch=master" >> $GITHUB_ENV
6565
shell: bash
6666

67+
- name: 4.0 run
68+
if: github.event_name == 'schedule' && github.event.schedule=='0 24 * * *'
69+
run: |
70+
echo "cron_branch=4.0" >> $GITHUB_ENV
71+
shell: bash
72+
6773
- name: Output the branch to use
6874
id: branch
6975
run: |

0 commit comments

Comments
 (0)