We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4912c41 commit 505c681Copy full SHA for 505c681
.github/workflows.cfg
@@ -1,8 +1,8 @@
1
# Comment the line(s) below to disable particular pipeline(s):
2
3
-do_Docker=true
4
-do_FullBuild=true
5
-do_FuncTest=true
6
-do_Fuzzing=true
7
-do_Glitch=true
+do_Docker=false
+do_FullBuild=false
+do_FuncTest=false
+do_Fuzzing=false
+do_Glitch=false
8
do_MinBuild=true
.github/workflows/rtpproxy_ci.yml
@@ -584,7 +584,8 @@ jobs:
584
release:
585
name: Create Release
586
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
587
- needs: [LoadJobs_conf, Fuzzing]
+# needs: [LoadJobs_conf, Fuzzing]
588
+ needs: [LoadJobs_conf]
589
runs-on: ubuntu-latest
590
steps:
591
- name: Checkout repository
0 commit comments