Skip to content

Commit 38534e8

Browse files
committed
Reeneble all jobs, connect DebianPackage after full build,
name consistently.
1 parent cfd01ca commit 38534e8

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/workflows.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
99
do_DebianPackage=true

.github/workflows/rtpproxy_ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)