Skip to content

Commit 759d602

Browse files
committed
dnm: disable other workflows[DNM]
DNM. Signed-off-by: Mateusz Redzynia <mateuszx.redzynia@intel.com>
1 parent 921e050 commit 759d602

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
- 'main'
2121
- 'stable-**'
2222
- '**-stable'
23-
pull_request:
23+
# pull_request:
2424
branches:
2525
- 'main'
2626
- 'stable-**'

.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/rimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name: rimage
1515
on:
1616
workflow_call:
1717
workflow_dispatch:
18-
pull_request:
18+
# pull_request:
1919
paths:
2020
- tools/rimage/**
2121
push:

.github/workflows/sof-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'main'
77
- 'stable-**'
88
- '**-stable'
9-
pull_request:
9+
# pull_request:
1010
branches:
1111
- 'main'
1212
- 'stable-**'

.github/workflows/testbench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
- 'main'
1919
- 'stable-**'
2020
- '**-stable'
21-
pull_request:
21+
# pull_request:
2222
branches:
2323
- 'main'
2424
- 'stable-**'

.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.

0 commit comments

Comments
 (0)