Skip to content

Commit b943c0d

Browse files
CYFS3Rbb666
authored andcommitted
[ci]: restrict utest workflow triggers
1 parent 3550a8b commit b943c0d

1 file changed

Lines changed: 32 additions & 8 deletions

File tree

.github/workflows/utest_auto_run.yml

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,41 @@ on:
77
push:
88
branches:
99
- master
10-
paths-ignore:
11-
- documentation/**
12-
- '**/README.md'
13-
- '**/README_zh.md'
10+
paths:
11+
- '.github/workflows/utest_auto_run.yml'
12+
- 'Kconfig'
13+
- 'Kconfig.utestcases'
14+
- 'bsp/qemu-vexpress-a9/**'
15+
- 'bsp/qemu-virt64-aarch64/**'
16+
- 'bsp/qemu-virt64-riscv/**'
17+
- 'bsp/xuantie/virt64/c906/**'
18+
- 'components/**'
19+
- 'examples/utest/**'
20+
- 'include/**'
21+
- 'libcpu/**'
22+
- 'src/**'
23+
- 'tools/**'
24+
- '!**/README.md'
25+
- '!**/README_zh.md'
1426
pull_request:
1527
branches:
1628
- master
17-
paths-ignore:
18-
- documentation/**
19-
- '**/README.md'
20-
- '**/README_zh.md'
29+
paths:
30+
- '.github/workflows/utest_auto_run.yml'
31+
- 'Kconfig'
32+
- 'Kconfig.utestcases'
33+
- 'bsp/qemu-vexpress-a9/**'
34+
- 'bsp/qemu-virt64-aarch64/**'
35+
- 'bsp/qemu-virt64-riscv/**'
36+
- 'bsp/xuantie/virt64/c906/**'
37+
- 'components/**'
38+
- 'examples/utest/**'
39+
- 'include/**'
40+
- 'libcpu/**'
41+
- 'src/**'
42+
- 'tools/**'
43+
- '!**/README.md'
44+
- '!**/README_zh.md'
2145
workflow_dispatch:
2246
inputs:
2347
trigger_type:

0 commit comments

Comments
 (0)