Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9aafa2a

Browse files
committed
Disable most jobs.
Disable concurrency.
1 parent34014ec commit9aafa2a

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)

[8]ページ先頭

©2009-2025 Movatter.jp