Skip to content

Commit 05f23af

Browse files
committed
disable other wwf
1 parent 516007c commit 05f23af

File tree

6 files changed

+30
-30
lines changed

6 files changed

+30
-30
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
paths-ignore:
77
- 'docs/**'
88
- '**/*.md'
9-
pull_request:
10-
branches: [master, 'release/**']
11-
paths-ignore:
12-
- 'docs/**'
13-
- '**/*.md'
9+
# pull_request:
10+
# branches: [master, 'release/**']
11+
# paths-ignore:
12+
# - 'docs/**'
13+
# - '**/*.md'
1414

1515
concurrency:
1616
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}

.github/workflows/http3.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
paths-ignore:
77
- 'docs/**'
88
- '**/*.md'
9-
pull_request:
10-
branches: [master, 'release/**']
11-
paths-ignore:
12-
- 'docs/**'
13-
- '**/*.md'
9+
# pull_request:
10+
# branches: [master, 'release/**']
11+
# paths-ignore:
12+
# - 'docs/**'
13+
# - '**/*.md'
1414

1515
concurrency:
1616
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}

.github/workflows/kubernetes-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
paths-ignore:
77
- 'docs/**'
88
- '**/*.md'
9-
pull_request:
10-
branches: [ master, 'release/**' ]
11-
paths-ignore:
12-
- 'docs/**'
13-
- '**/*.md'
9+
# pull_request:
10+
# branches: [ master, 'release/**' ]
11+
# paths-ignore:
12+
# - 'docs/**'
13+
# - '**/*.md'
1414

1515
concurrency:
1616
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}

.github/workflows/redhat-ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: CI Redhat UBI - Daily
33
on:
44
schedule:
55
- cron: "0 0 * * *"
6-
pull_request:
7-
branches: [master]
8-
paths-ignore:
9-
- 'docs/**'
10-
- '**/*.md'
6+
# pull_request:
7+
# branches: [master]
8+
# paths-ignore:
9+
# - 'docs/**'
10+
# - '**/*.md'
1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}
1313
cancel-in-progress: true

.github/workflows/source-install.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
paths-ignore:
77
- 'docs/**'
88
- '**/*.md'
9-
pull_request:
10-
branches: [master, 'release/**']
11-
paths-ignore:
12-
- 'docs/**'
13-
- '**/*.md'
9+
# pull_request:
10+
# branches: [master, 'release/**']
11+
# paths-ignore:
12+
# - 'docs/**'
13+
# - '**/*.md'
1414

1515
concurrency:
1616
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}

.github/workflows/tars-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
paths-ignore:
77
- 'docs/**'
88
- '**/*.md'
9-
pull_request:
10-
branches: [ master, 'release/**' ]
11-
paths-ignore:
12-
- 'docs/**'
13-
- '**/*.md'
9+
# pull_request:
10+
# branches: [ master, 'release/**' ]
11+
# paths-ignore:
12+
# - 'docs/**'
13+
# - '**/*.md'
1414

1515
concurrency:
1616
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}

0 commit comments

Comments
 (0)