Skip to content

Commit 505c681

Browse files
committed
Cripple.
1 parent 4912c41 commit 505c681

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Comment the line(s) below to disable particular pipeline(s):
22

3-
do_Docker=true
4-
do_FullBuild=true
5-
do_FuncTest=true
6-
do_Fuzzing=true
7-
do_Glitch=true
3+
do_Docker=false
4+
do_FullBuild=false
5+
do_FuncTest=false
6+
do_Fuzzing=false
7+
do_Glitch=false
88
do_MinBuild=true

.github/workflows/rtpproxy_ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,8 @@ jobs:
584584
release:
585585
name: Create Release
586586
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
587-
needs: [LoadJobs_conf, Fuzzing]
587+
# needs: [LoadJobs_conf, Fuzzing]
588+
needs: [LoadJobs_conf]
588589
runs-on: ubuntu-latest
589590
steps:
590591
- name: Checkout repository

0 commit comments

Comments
 (0)