Skip to content

Commit 1c5696e

Browse files
committed
disable workflows to reduce noise
Signed-off-by: Christopher Turner <christopher.g.turner@intel.com>
1 parent ed5046d commit 1c5696e

11 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/build_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Build test all components
66
# 'Actions' tab
77

88
# yamllint disable-line rule:truthy
9-
on: [pull_request, workflow_dispatch, workflow_call]
9+
# on: [pull_request, workflow_dispatch, workflow_call]
1010

1111
jobs:
1212

.github/workflows/codestyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name: codestyle
1313

1414
# yamllint disable-line rule:truthy
15-
on: [pull_request, workflow_call, workflow_dispatch]
15+
# on: [pull_request, workflow_call, workflow_dispatch]
1616

1717
jobs:
1818
checkpatch:

.github/workflows/ipc_fuzzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
type: number
2020
default: 300
2121

22-
pull_request:
22+
# pull_request:
2323
# TODO: can we provide a default inputs here too?
2424

2525
jobs:

.github/workflows/llext.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Zephyr LLEXT
55
# 'workflow_dispatch' allows running this workflow manually from the
66
# 'Actions' tab
77
# yamllint disable-line rule:truthy
8-
on: [pull_request, workflow_dispatch]
8+
# on: [pull_request, workflow_dispatch]
99

1010
jobs:
1111
build:

.github/workflows/pull-request.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ on:
2020
- 'main'
2121
- 'stable-**'
2222
- '**-stable'
23-
pull_request:
24-
branches:
25-
- 'main'
26-
- 'stable-**'
27-
- '**-stable'
23+
# pull_request:
24+
# branches:
25+
# - 'main'
26+
# - 'stable-**'
27+
# - '**-stable'
2828

2929
# Allows you to run this workflow manually from the Actions tab
3030
workflow_dispatch:

.github/workflows/repro-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name: Reproducible builds
1313

1414
# yamllint disable-line rule:truthy
15-
on: [pull_request, workflow_dispatch, workflow_call]
15+
# on: [pull_request, workflow_dispatch, workflow_call]
1616

1717
jobs:
1818
main:

.github/workflows/sof-docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
- 'main'
77
- 'stable-**'
88
- '**-stable'
9-
pull_request:
10-
branches:
11-
- 'main'
12-
- 'stable-**'
13-
- '**-stable'
9+
# pull_request:
10+
# branches:
11+
# - 'main'
12+
# - 'stable-**'
13+
# - '**-stable'
1414

1515
# Allows you to run this workflow manually from the Actions tab
1616
workflow_dispatch:

.github/workflows/sparse-zephyr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Sparse Zephyr
55
# 'workflow_dispatch' allows running this workflow manually from the
66
# 'Actions' tab
77
# yamllint disable-line rule:truthy
8-
on: [push, pull_request, workflow_dispatch, workflow_call]
8+
# on: [push, pull_request, workflow_dispatch, workflow_call]
99

1010
jobs:
1111
# As of sparse commit ce1a6720f69e / Sept 2022, the exit status of

.github/workflows/tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: User space tools/ directory
55
# 'Actions' tab
66

77
# yamllint disable-line rule:truthy
8-
on: [pull_request, workflow_dispatch, workflow_call]
8+
# on: [pull_request, workflow_dispatch, workflow_call]
99

1010
jobs:
1111
# This is not the same as building every ./build-tools.sh option.

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Unit tests
88
# 'Actions' tab
99

1010
# yamllint disable-line rule:truthy
11-
on: [pull_request, workflow_dispatch, workflow_call]
11+
# on: [pull_request, workflow_dispatch, workflow_call]
1212

1313
jobs:
1414
cmocka_utests:

0 commit comments

Comments
 (0)