Skip to content

Commit 51b8f40

Browse files
committed
Disable most jobs.
Disable concurrency.
1 parent 6ccc3ea commit 51b8f40

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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

33
do_Docker=true
4-
do_FullBuild=true
5-
do_FuncTest=true
6-
do_Fuzzing=true
7-
do_Glitch=true
8-
do_MinBuild=true
9-
do_BuildPackages=true
4+
do_FullBuild=false
5+
do_FuncTest=false
6+
do_Fuzzing=false
7+
do_Glitch=false
8+
do_MinBuild=false
9+
do_BuildPackages=false

.github/workflows/rtpproxy_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ permissions:
1616
contents: write
1717

1818
# Cancels previous runs of this workflow for the same PR
19-
concurrency:
20-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
21-
cancel-in-progress: ${{ github.event_name == 'pull_request' || startsWith(github.ref_name, 'codex/') || github.ref_name == 'wip' }}
19+
#concurrency:
20+
# group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
21+
# cancel-in-progress: ${{ github.event_name == 'pull_request' || startsWith(github.ref_name, 'codex/') || github.ref_name == 'wip' }}
2222

2323
jobs:
2424
LoadJobs_conf:

0 commit comments

Comments
 (0)