[ci]: restrict utest workflow triggers

This commit is contained in:
CYFS
2026-05-06 17:47:34 +08:00
committed by Rbb666
parent 3550a8b9ad
commit b943c0d9f6

View File

@@ -7,17 +7,41 @@ on:
push:
branches:
- master
paths-ignore:
- documentation/**
- '**/README.md'
- '**/README_zh.md'
paths:
- '.github/workflows/utest_auto_run.yml'
- 'Kconfig'
- 'Kconfig.utestcases'
- 'bsp/qemu-vexpress-a9/**'
- 'bsp/qemu-virt64-aarch64/**'
- 'bsp/qemu-virt64-riscv/**'
- 'bsp/xuantie/virt64/c906/**'
- 'components/**'
- 'examples/utest/**'
- 'include/**'
- 'libcpu/**'
- 'src/**'
- 'tools/**'
- '!**/README.md'
- '!**/README_zh.md'
pull_request:
branches:
- master
paths-ignore:
- documentation/**
- '**/README.md'
- '**/README_zh.md'
paths:
- '.github/workflows/utest_auto_run.yml'
- 'Kconfig'
- 'Kconfig.utestcases'
- 'bsp/qemu-vexpress-a9/**'
- 'bsp/qemu-virt64-aarch64/**'
- 'bsp/qemu-virt64-riscv/**'
- 'bsp/xuantie/virt64/c906/**'
- 'components/**'
- 'examples/utest/**'
- 'include/**'
- 'libcpu/**'
- 'src/**'
- 'tools/**'
- '!**/README.md'
- '!**/README_zh.md'
workflow_dispatch:
inputs:
trigger_type: