File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11# Comment the line(s) below to disable particular pipeline(s):
22
3- do_Docker =false
4- do_FullBuild =false
5- do_FuncTest =false
6- do_Fuzzing =false
7- do_Glitch =false
8- do_MinBuild =false
3+ do_Docker =true
4+ do_FullBuild =true
5+ do_FuncTest =true
6+ do_Fuzzing =true
7+ do_Glitch =true
8+ do_MinBuild =true
99do_DebianPackage =true
Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ jobs:
100100 run : sh -x ./scripts/do-build.sh cleanbuild
101101
102102 DebianPackage :
103- name : Debian package build
104- needs : LoadJobs_conf
103+ name : Debian Package Build
104+ needs : [ LoadJobs_conf, FullBuild]
105105 if : needs.LoadJobs_conf.outputs.do_DebianPackage == 'true'
106106 runs-on : ubuntu-24.04
107107 steps :
@@ -625,6 +625,7 @@ jobs:
625625 run : sh -x docker/update_description.sh docker/README.md
626626
627627 roll_release :
628+ name : Roll Release
628629 needs : [LoadJobs_conf, Docker]
629630 permissions :
630631 contents : write
You can’t perform that action at this time.
0 commit comments